You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

click_target.tscn 1.0KB

1 settimana fa
1234567891011121314151617181920212223242526272829303132
  1. [gd_scene load_steps=5 format=3 uid="uid://bc2qthu8tugim"]
  2. [ext_resource type="Script" path="res://scripts/ClickTarget/click_target.gd" id="1_ki655"]
  3. [ext_resource type="Script" path="res://scripts/ClickTarget/energy_creator.gd" id="2_17jgy"]
  4. [ext_resource type="Script" path="res://scripts/ClickTarget/buy_l1_generator.gd" id="3_yqqol"]
  5. [ext_resource type="Script" path="res://scripts/ClickTarget/buy_l1_analyzer.gd" id="4_fpmpw"]
  6. [node name="ClickTarget" type="Node"]
  7. script = ExtResource("1_ki655")
  8. [node name="Energy Creator" type="Button" parent="."]
  9. visible = false
  10. offset_left = 394.0
  11. offset_top = 301.0
  12. offset_right = 402.0
  13. offset_bottom = 309.0
  14. text = "Click me!"
  15. script = ExtResource("2_17jgy")
  16. [node name="Buy L1 Generator" type="Button" parent="."]
  17. visible = false
  18. offset_left = 536.0
  19. offset_top = 301.0
  20. offset_right = 544.0
  21. offset_bottom = 309.0
  22. script = ExtResource("3_yqqol")
  23. [node name="Buy L1 Analyzer" type="Button" parent="."]
  24. visible = false
  25. offset_right = 8.0
  26. offset_bottom = 8.0
  27. script = ExtResource("4_fpmpw")