mirror of
https://github.com/godotengine/gdnative-demos.git
synced 2026-01-03 14:09:44 +03:00
14 lines
237 B
Plaintext
14 lines
237 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
|
|
rect_clip_content = false
|
|
mouse_filter = 0
|
|
script = ExtResource( 1 )
|
|
|
|
|