8 lines
152 B
Plaintext
8 lines
152 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://Empty.gd" type="Script" id=1]
|
|
|
|
[node name="Empty" type="Node2D"]
|
|
script = ExtResource( 1 )
|
|
|