Intial commit

This commit is contained in:
2020-10-18 21:46:51 -04:00
commit af15952e34
9 changed files with 234 additions and 0 deletions

25
TestMap.tscn Normal file
View File

@@ -0,0 +1,25 @@
[gd_scene load_steps=4 format=2]
[ext_resource path="res://NewFPS.tscn" type="PackedScene" id=1]
[sub_resource type="CubeMesh" id=1]
[sub_resource type="BoxShape" id=2]
[node name="TestMap" type="Spatial"]
[node name="NewFPS" parent="." instance=ExtResource( 1 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 0 )
[node name="StaticBody" type="StaticBody" parent="."]
transform = Transform( 25, 0, 0, 0, 1, 0, 0, 0, 25, 0, -2.14964, 0 )
__meta__ = {
"_edit_group_": true
}
[node name="MeshInstance" type="MeshInstance" parent="StaticBody"]
mesh = SubResource( 1 )
material/0 = null
[node name="CollisionShape" type="CollisionShape" parent="StaticBody"]
shape = SubResource( 2 )