tank-blaster/Levels/Level01.tscn
2022-03-02 23:03:24 -07:00

24 lines
786 B
Text

[gd_scene load_steps=4 format=2]
[ext_resource path="res://Objects/Player-tank/player.tscn" type="PackedScene" id=1]
[sub_resource type="PlaneMesh" id=1]
[sub_resource type="BoxShape" id=2]
[node name="Spatial" type="Spatial"]
[node name="PlayerTank" parent="." instance=ExtResource( 1 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -22.6472, 1.4303, 4.43473 )
[node name="StaticBody" type="StaticBody" parent="."]
transform = Transform( 50, 0, 0, 0, 1, 0, 0, 0, 50, 0, 0, 0 )
[node name="Plane" type="MeshInstance" parent="StaticBody"]
mesh = SubResource( 1 )
skeleton = NodePath("../..")
material/0 = null
[node name="CollisionShape" type="CollisionShape" parent="StaticBody"]
transform = Transform( 1, 0, 0, 0, 0.0361063, 0, 0, 0, 1, 0, 0, 0 )
shape = SubResource( 2 )