mirror of
https://github.com/godotengine/gdnative-demos.git
synced 2026-01-02 09:48:30 +03:00
10 lines
192 B
Plaintext
10 lines
192 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://Main.gd" type="Script" id=1]
|
|
|
|
[node name="Main" type="Control"]
|
|
margin_right = 40.0
|
|
margin_bottom = 40.0
|
|
script = ExtResource( 1 )
|
|
|