|
1234567891011121314151617181920212223242526272829303132 |
- [gd_scene load_steps=5 format=3 uid="uid://bc2qthu8tugim"]
-
- [ext_resource type="Script" path="res://scripts/ClickTarget/click_target.gd" id="1_ki655"]
- [ext_resource type="Script" path="res://scripts/ClickTarget/energy_creator.gd" id="2_17jgy"]
- [ext_resource type="Script" path="res://scripts/ClickTarget/buy_l1_generator.gd" id="3_yqqol"]
- [ext_resource type="Script" path="res://scripts/ClickTarget/buy_l1_analyzer.gd" id="4_fpmpw"]
-
- [node name="ClickTarget" type="Node"]
- script = ExtResource("1_ki655")
-
- [node name="Energy Creator" type="Button" parent="."]
- visible = false
- offset_left = 394.0
- offset_top = 301.0
- offset_right = 402.0
- offset_bottom = 309.0
- text = "Click me!"
- script = ExtResource("2_17jgy")
-
- [node name="Buy L1 Generator" type="Button" parent="."]
- visible = false
- offset_left = 536.0
- offset_top = 301.0
- offset_right = 544.0
- offset_bottom = 309.0
- script = ExtResource("3_yqqol")
-
- [node name="Buy L1 Analyzer" type="Button" parent="."]
- visible = false
- offset_right = 8.0
- offset_bottom = 8.0
- script = ExtResource("4_fpmpw")
|