8 lines
248 B
Plaintext
8 lines
248 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://MeshInstance.gd" type="Script" id=1]
|
|
|
|
[node name="GiantsTerrain" type="MeshInstance"]
|
|
script = ExtResource( 1 )
|
|
[connection signal="ready" from="." to="." method="_on_MeshInstance_ready"]
|