diff options
author | Roman Gräf <romangraef@gmail.com> | 2020-04-18 03:56:52 +0200 |
---|---|---|
committer | Roman Gräf <romangraef@gmail.com> | 2020-04-18 03:56:52 +0200 |
commit | ec3ebd9067c28beae82ef1c647707bd75e9c411a (patch) | |
tree | 05f43a39873ae065e5c2cf5cece1c335aee8d622 /buildings/buildings.tscn | |
parent | ceb3a049b2a51ca7cdb082d5a56c26d7c6549283 (diff) | |
download | LDJam46-ec3ebd9067c28beae82ef1c647707bd75e9c411a.tar.gz LDJam46-ec3ebd9067c28beae82ef1c647707bd75e9c411a.tar.bz2 LDJam46-ec3ebd9067c28beae82ef1c647707bd75e9c411a.zip |
High quality content
Diffstat (limited to 'buildings/buildings.tscn')
-rw-r--r-- | buildings/buildings.tscn | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/buildings/buildings.tscn b/buildings/buildings.tscn new file mode 100644 index 0000000..77f9e38 --- /dev/null +++ b/buildings/buildings.tscn @@ -0,0 +1,23 @@ +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://buildings/coffe_maker_button.gd" type="Script" id=1] + +[node name="buildings" type="Control"] +margin_right = 40.0 +margin_bottom = 40.0 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="coffe_maker_button" type="Button" parent="."] +margin_left = 861.462 +margin_top = 77.3558 +margin_right = 873.462 +margin_bottom = 97.3558 +custom_colors/font_color = Color( 0.12549, 0.952941, 0.811765, 1 ) +custom_colors/font_color_hover = Color( 0, 0, 0, 1 ) +text = "Coffee Maker" +script = ExtResource( 1 ) +__meta__ = { +"_edit_use_anchors_": false +} |