Made game work

This commit is contained in:
Segey Lapin
2019-10-19 16:35:36 +03:00
parent 53c8a3504f
commit 69410badf6
14 changed files with 506 additions and 463 deletions

View File

@@ -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 )