opengamedevtycoon/GUI/Main.tscn

17 lines
405 B
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://Assets/Theme/OGDT_theme.tres" type="Theme" id=1]
[ext_resource path="res://Scripts/Main.gd" type="Script" id=2]
[node name="Main" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
theme = ExtResource( 1 )
script = ExtResource( 2 )
[node name="newgame" type="Button" parent="."]
margin_right = 12.0
margin_bottom = 20.0
text = "New Game"