diff options
Diffstat (limited to 'buildings/buildings.tscn')
-rw-r--r-- | buildings/buildings.tscn | 30 |
1 files changed, 10 insertions, 20 deletions
diff --git a/buildings/buildings.tscn b/buildings/buildings.tscn index 77f9e38..c64c18b 100644 --- a/buildings/buildings.tscn +++ b/buildings/buildings.tscn @@ -1,23 +1,13 @@ -[gd_scene load_steps=2 format=2] +[gd_scene load_steps=3 format=2] -[ext_resource path="res://buildings/coffe_maker_button.gd" type="Script" id=1] +[ext_resource path="res://assets/intern.png" type="Texture" id=1] +[ext_resource path="res://buildings/base_building.tscn" type="PackedScene" id=2] -[node name="buildings" type="Control"] -margin_right = 40.0 -margin_bottom = 40.0 -__meta__ = { -"_edit_use_anchors_": false -} +[node name="buildings" type="Node2D"] -[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 -} +[node name="intern" parent="." instance=ExtResource( 2 )] +position = Vector2( 931.798, 83.8618 ) +texture = ExtResource( 1 ) +base_cost = 10.0 +cost_multiplier = 1.1 +building_identifier = "intern" |