123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- [gd_scene load_steps=12 format=2]
- [ext_resource path="res://GRID.gd" type="Script" id=1]
- [ext_resource path="res://LayerSelector.gd" type="Script" id=2]
- [ext_resource path="res://TICK_BUTTON.gd" type="Script" id=3]
- [ext_resource path="res://LAST_SCORE.gd" type="Script" id=4]
- [ext_resource path="res://BEST_SCORE.gd" type="Script" id=5]
- [ext_resource path="res://FOREGROUND_BUTTON.gd" type="Script" id=6]
- [ext_resource path="res://THREAD_BUTTON.gd" type="Script" id=7]
- [ext_resource path="res://SCORE_TABLE.gd" type="Script" id=8]
- [ext_resource path="res://GENERATION.gd" type="Script" id=9]
- [ext_resource path="res://STOP_THREAD_BUTTON.gd" type="Script" id=10]
- [sub_resource type="CanvasItemMaterial" id=1]
- [node name="GRID" type="Node2D"]
- position = Vector2( 5, 5 )
- script = ExtResource( 1 )
- [node name="z_offsetter" type="Node2D" parent="."]
- z_index = 2
- [node name="LAYER_SELECTOR" type="ItemList" parent="z_offsetter"]
- modulate = Color( 1, 1, 1, 0.745098 )
- material = SubResource( 1 )
- margin_left = 838.0
- margin_top = 21.0
- margin_right = 1012.0
- margin_bottom = 448.0
- script = ExtResource( 2 )
- __meta__ = {
- "_edit_use_anchors_": false
- }
- [node name="TICK_BUTTON" type="Button" parent="z_offsetter"]
- visible = false
- margin_left = 853.0
- margin_top = 448.0
- margin_right = 1009.0
- margin_bottom = 480.0
- text = "tick"
- script = ExtResource( 3 )
- __meta__ = {
- "_edit_use_anchors_": false
- }
- [node name="STOP_THREAD_BUTTON" type="Button" parent="z_offsetter"]
- visible = false
- margin_left = 853.0
- margin_top = 483.0
- margin_right = 1009.0
- margin_bottom = 515.0
- text = "stop thread"
- script = ExtResource( 10 )
- __meta__ = {
- "_edit_use_anchors_": false
- }
- [node name="THREAD_BUTTON" type="Button" parent="z_offsetter"]
- margin_left = 853.0
- margin_top = 483.0
- margin_right = 1009.0
- margin_bottom = 515.0
- text = "start as thread"
- script = ExtResource( 7 )
- __meta__ = {
- "_edit_use_anchors_": false
- }
- [node name="FOREGROUND_BUTTON" type="Button" parent="z_offsetter"]
- visible = false
- margin_left = 854.0
- margin_top = 519.0
- margin_right = 1010.0
- margin_bottom = 551.0
- text = "start as foreground"
- script = ExtResource( 6 )
- __meta__ = {
- "_edit_use_anchors_": false
- }
- [node name="LAST_THING" type="Node2D" parent="."]
- position = Vector2( 548, 329 )
- scale = Vector2( 0.5, 0.5 )
- [node name="Polygon2D" type="Polygon2D" parent="."]
- z_index = -1
- z_as_relative = false
- color = Color( 0, 0, 0, 1 )
- polygon = PoolVector2Array( 1043.08, 630.432, 1116.08, 220.432, 1014.08, -102.19, 545.077, -153.19, -92.0374, -27.1898, -119.037, 167.81, -26.0374, 694.085, 239.963, 706.085, 902.886, 701.085 )
- __meta__ = {
- "_edit_lock_": true
- }
- [node name="LAST_SCORE" type="Label" parent="."]
- visible = false
- margin_left = 742.0
- margin_top = 101.0
- margin_right = 782.0
- margin_bottom = 115.0
- script = ExtResource( 4 )
- __meta__ = {
- "_edit_use_anchors_": false
- }
- [node name="BEST_SCORE" type="Label" parent="."]
- visible = false
- margin_left = 737.0
- margin_top = 30.0
- margin_right = 777.0
- margin_bottom = 44.0
- script = ExtResource( 5 )
- __meta__ = {
- "_edit_use_anchors_": false
- }
- [node name="GENERATION" type="Label" parent="."]
- margin_left = 654.0
- margin_top = 46.0
- margin_right = 694.0
- margin_bottom = 60.0
- script = ExtResource( 9 )
- __meta__ = {
- "_edit_use_anchors_": false
- }
- [node name="SCORE_TABLE" type="Label" parent="."]
- margin_left = 728.0
- margin_top = 128.0
- margin_right = 824.0
- margin_bottom = 339.0
- script = ExtResource( 8 )
- __meta__ = {
- "_edit_use_anchors_": false
- }
|