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.

пре 1 недеља
1234567891011121314151617181920212223
  1. [gd_scene load_steps=3 format=3 uid="uid://b6w7cs7fffyv7"]
  2. [ext_resource type="Script" path="res://scripts/Generators/generators.gd" id="1_yc76t"]
  3. [ext_resource type="Script" path="res://scripts/Generators/generator_level_1.gd" id="2_nlfwd"]
  4. [node name="Generators" type="Node"]
  5. script = ExtResource("1_yc76t")
  6. [node name="Level 1" type="Node" parent="."]
  7. script = ExtResource("2_nlfwd")
  8. click_value = 0
  9. [node name="L1 Display" type="Node2D" parent="Level 1"]
  10. visible = false
  11. position = Vector2(542, 178)
  12. [node name="L1 Text" type="RichTextLabel" parent="Level 1/L1 Display"]
  13. offset_right = 210.0
  14. offset_bottom = 25.0
  15. [node name="GeneratorTimer" type="Timer" parent="."]
  16. [connection signal="timeout" from="GeneratorTimer" to="Level 1" method="_on_generator_timer_timeout"]