Made game work
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
[gd_scene load_steps=4 format=2]
|
||||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://characters/customization/customize_player.gd" type="Script" id=1]
|
||||
[ext_resource path="res://characters/customization/cam.gd" type="Script" id=2]
|
||||
|
||||
[sub_resource type="PlaneMesh" id=1]
|
||||
|
||||
[sub_resource type="BoxShape" id=2]
|
||||
extents = Vector3( 1, 0.1, 1 )
|
||||
|
||||
[node name="customize_player" type="Spatial"]
|
||||
script = ExtResource( 1 )
|
||||
|
||||
@@ -65,3 +68,9 @@ margin_right = 31.0
|
||||
margin_bottom = 24.0
|
||||
size_flags_horizontal = 3
|
||||
text = "OK"
|
||||
|
||||
[node name="StaticBody" type="StaticBody" parent="."]
|
||||
|
||||
[node name="CollisionShape" type="CollisionShape" parent="StaticBody"]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.1, 0 )
|
||||
shape = SubResource( 2 )
|
||||
|
||||
Reference in New Issue
Block a user