This repository has been archived on 2023-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
godot3-fps-example/TestMap.tscn
2020-10-18 21:46:51 -04:00

26 lines
696 B
Plaintext

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