2024-04-25 15:27:00 -04:00
|
|
|
[gd_scene load_steps=108 format=3 uid="uid://bmd4m7lqj4v0x"]
|
2024-04-16 20:29:45 -04:00
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://Spawner.gd" id="1_ifu8g"]
|
|
|
|
[ext_resource type="Script" path="res://GameManager.gd" id="1_k8sg3"]
|
2024-04-25 15:27:00 -04:00
|
|
|
[ext_resource type="Resource" uid="uid://du12lm5aq7g7f" path="res://ircle_enemy.tres" id="3_xmk5u"]
|
2024-04-16 20:29:45 -04:00
|
|
|
[ext_resource type="PhysicsMaterial" uid="uid://c5tm7od8mwjjb" path="res://elastic.tres" id="4_bx3xr"]
|
2024-04-25 15:27:00 -04:00
|
|
|
[ext_resource type="Script" path="res://wave.gd" id="4_um0x7"]
|
2024-04-16 20:29:45 -04:00
|
|
|
[ext_resource type="Gradient" uid="uid://c41berdx2rqpw" path="res://gradient.tres" id="4_yk0bb"]
|
|
|
|
[ext_resource type="Script" path="res://Clock.gd" id="5_7po8n"]
|
2024-04-25 15:27:00 -04:00
|
|
|
[ext_resource type="Resource" uid="uid://3gxjbodh4fwe" path="res://riangle_enemy.tres" id="5_xdrk0"]
|
2024-04-19 17:59:19 -04:00
|
|
|
[ext_resource type="Texture2D" uid="uid://yvrhlh04k8w1" path="res://background space.png" id="6_yg4g1"]
|
2024-04-16 20:29:45 -04:00
|
|
|
[ext_resource type="PackedScene" uid="uid://cgcjicue76wsr" path="res://player.tscn" id="7_ujibo"]
|
2024-04-20 09:45:17 -04:00
|
|
|
[ext_resource type="Texture2D" uid="uid://cwquv3mq5kk1d" path="res://countdown-spritesheet.png" id="8_e1eub"]
|
2024-04-16 20:29:45 -04:00
|
|
|
[ext_resource type="Script" path="res://CollisionCheck.gd" id="11_ryeyk"]
|
2024-04-19 17:59:19 -04:00
|
|
|
[ext_resource type="FontFile" uid="uid://bnguin7bsyx6e" path="res://Kenney Future.ttf" id="11_s4q6p"]
|
2024-04-16 20:29:45 -04:00
|
|
|
[ext_resource type="Texture2D" uid="uid://cso5ufbf7u7oj" path="res://Circle.png" id="13_318fy"]
|
|
|
|
[ext_resource type="Script" path="res://Notification.gd" id="13_lkv81"]
|
|
|
|
[ext_resource type="Script" path="res://Stopwatch.gd" id="13_xhnp2"]
|
|
|
|
[ext_resource type="Script" path="res://Leaderboard.gd" id="14_v1elq"]
|
|
|
|
|
2024-04-25 15:27:00 -04:00
|
|
|
[sub_resource type="Resource" id="Resource_ur7l5"]
|
|
|
|
script = ExtResource("4_um0x7")
|
|
|
|
enemies = Array[Resource("res://wave_enemy.gd")]([ExtResource("3_xmk5u")])
|
|
|
|
quantities = Array[int]([1])
|
|
|
|
spawning_duration = 1.0
|
|
|
|
wait = 1.0
|
|
|
|
wait_for_killed = true
|
|
|
|
|
|
|
|
[sub_resource type="Resource" id="Resource_kupyp"]
|
|
|
|
script = ExtResource("4_um0x7")
|
|
|
|
enemies = Array[Resource("res://wave_enemy.gd")]([ExtResource("3_xmk5u")])
|
|
|
|
quantities = Array[int]([10])
|
|
|
|
spawning_duration = 30.0
|
|
|
|
wait = 5.0
|
|
|
|
wait_for_killed = true
|
|
|
|
|
|
|
|
[sub_resource type="Resource" id="Resource_ndsvp"]
|
|
|
|
script = ExtResource("4_um0x7")
|
|
|
|
enemies = Array[Resource("res://wave_enemy.gd")]([ExtResource("3_xmk5u")])
|
|
|
|
quantities = Array[int]([20])
|
|
|
|
spawning_duration = 40.0
|
|
|
|
wait = 7.0
|
|
|
|
wait_for_killed = true
|
|
|
|
|
|
|
|
[sub_resource type="Resource" id="Resource_o8cet"]
|
|
|
|
script = ExtResource("4_um0x7")
|
|
|
|
enemies = Array[Resource("res://wave_enemy.gd")]([ExtResource("5_xdrk0"), ExtResource("3_xmk5u")])
|
|
|
|
quantities = Array[int]([1, 2])
|
|
|
|
spawning_duration = 2.0
|
|
|
|
wait = 5.0
|
|
|
|
wait_for_killed = false
|
|
|
|
|
|
|
|
[sub_resource type="Resource" id="Resource_0cevq"]
|
|
|
|
script = ExtResource("4_um0x7")
|
|
|
|
enemies = Array[Resource("res://wave_enemy.gd")]([ExtResource("5_xdrk0")])
|
|
|
|
quantities = Array[int]([3])
|
|
|
|
spawning_duration = 10.0
|
|
|
|
wait = 1.0
|
|
|
|
wait_for_killed = false
|
|
|
|
|
|
|
|
[sub_resource type="Resource" id="Resource_eppj0"]
|
|
|
|
script = ExtResource("4_um0x7")
|
|
|
|
enemies = Array[Resource("res://wave_enemy.gd")]([ExtResource("3_xmk5u"), ExtResource("5_xdrk0")])
|
|
|
|
quantities = Array[int]([7, 5])
|
|
|
|
spawning_duration = 20.0
|
|
|
|
wait = 10.0
|
|
|
|
wait_for_killed = false
|
2024-04-22 07:51:43 -04:00
|
|
|
|
2024-04-16 20:29:45 -04:00
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_7w8g6"]
|
2024-04-18 19:45:52 -04:00
|
|
|
size = Vector2(328, 185.333)
|
2024-04-16 20:29:45 -04:00
|
|
|
|
2024-04-20 09:45:17 -04:00
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_bdsd5"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(0, 0, 249, 144)
|
2024-04-16 20:29:45 -04:00
|
|
|
|
2024-04-20 09:45:17 -04:00
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_lf3ef"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(0, 144, 249, 144)
|
2024-04-16 20:29:45 -04:00
|
|
|
|
2024-04-20 09:45:17 -04:00
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_pg4rn"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(0, 288, 249, 144)
|
2024-04-16 20:29:45 -04:00
|
|
|
|
2024-04-20 09:45:17 -04:00
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_aydds"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(0, 432, 249, 144)
|
2024-04-16 20:29:45 -04:00
|
|
|
|
2024-04-20 09:45:17 -04:00
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_kug12"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(0, 576, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_qduwb"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(0, 720, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_aojp3"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(0, 864, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_ndv2r"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(0, 1008, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_4jp4e"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(0, 1152, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_redag"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(0, 1296, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_q7l20"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(249, 0, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_5sqrs"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(249, 144, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_ga0xc"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(249, 288, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_4bkaf"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(249, 432, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_uq04c"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(249, 576, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_862mx"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(249, 720, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_sdi1j"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(249, 864, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_cddjc"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(249, 1008, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_jno6a"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(249, 1152, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_3ajir"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(249, 1296, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_rqtja"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(498, 0, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_g01hx"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(498, 144, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_pdn7s"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(498, 288, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_v6fwj"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(498, 432, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_adsl0"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(498, 576, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_44qnv"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(498, 720, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_rby8e"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(498, 864, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_u4tcf"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(498, 1008, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_eloo0"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(498, 1152, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_5kbid"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(498, 1296, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_lqbdw"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(747, 0, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_glbrv"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(747, 144, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_rmobh"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(747, 288, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_cc1f0"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(747, 432, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_gv3ol"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(747, 576, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_gb5sx"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(747, 720, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_dysff"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(747, 864, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_5pnrj"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(747, 1008, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_hodoi"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(747, 1152, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_nyki1"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(747, 1296, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_uuiuw"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(996, 0, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_g3lgj"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(996, 144, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_klh6k"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(996, 288, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_ty3y7"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(996, 432, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_bnwdt"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(996, 576, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_uciig"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(996, 720, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_6c5n0"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(996, 864, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_7ps2c"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(996, 1008, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_nya5u"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(996, 1152, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_t62w8"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(996, 1296, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_na8ll"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(1245, 0, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_ruxov"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(1245, 144, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_gysjv"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(1245, 288, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_c602r"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(1245, 432, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_swmk5"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(1245, 576, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_6edft"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(1245, 720, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_0d1ic"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(1245, 864, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_dovvd"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(1245, 1008, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_yd4ei"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(1245, 1152, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_1pao5"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(1245, 1296, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_pjqf2"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(1494, 0, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_vgve1"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(1494, 144, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_qus44"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(1494, 288, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_s7g52"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(1494, 432, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_hfilo"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(1494, 576, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_82nte"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(1494, 720, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_feav6"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(1494, 864, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_p81lf"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(1494, 1008, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_4rgre"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(1494, 1152, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_66rtp"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(1494, 1296, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_un4c4"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(1743, 0, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_uupcn"]
|
|
|
|
atlas = ExtResource("8_e1eub")
|
|
|
|
region = Rect2(1743, 144, 249, 144)
|
|
|
|
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_ubcgj"]
|
|
|
|
animations = [{
|
|
|
|
"frames": [{
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_bdsd5")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_lf3ef")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_pg4rn")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_aydds")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_kug12")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_qduwb")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_aojp3")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_ndv2r")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_4jp4e")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_redag")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_q7l20")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_5sqrs")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_ga0xc")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_4bkaf")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_uq04c")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_862mx")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_sdi1j")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_cddjc")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_jno6a")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_3ajir")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_rqtja")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_g01hx")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_pdn7s")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_v6fwj")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_adsl0")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_44qnv")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_rby8e")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_u4tcf")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_eloo0")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_5kbid")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_lqbdw")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_glbrv")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_rmobh")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_cc1f0")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_gv3ol")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_gb5sx")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_dysff")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_5pnrj")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_hodoi")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_nyki1")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_uuiuw")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_g3lgj")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_klh6k")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_ty3y7")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_bnwdt")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_uciig")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_6c5n0")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_7ps2c")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_nya5u")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_t62w8")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_na8ll")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_ruxov")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_gysjv")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_c602r")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_swmk5")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_6edft")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_0d1ic")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_dovvd")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_yd4ei")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_1pao5")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_pjqf2")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_vgve1")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_qus44")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_s7g52")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_hfilo")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_82nte")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_feav6")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_p81lf")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_4rgre")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_66rtp")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_un4c4")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": SubResource("AtlasTexture_uupcn")
|
|
|
|
}],
|
|
|
|
"loop": true,
|
|
|
|
"name": &"default",
|
|
|
|
"speed": 10.0
|
|
|
|
}]
|
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_1k6df"]
|
|
|
|
size = Vector2(1920, 20)
|
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_k3cpb"]
|
|
|
|
size = Vector2(1920, 20)
|
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_cs8dj"]
|
|
|
|
size = Vector2(1080, 20)
|
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_hw8bv"]
|
|
|
|
size = Vector2(1080, 20)
|
|
|
|
|
2024-04-25 15:27:00 -04:00
|
|
|
[sub_resource type="Image" id="Image_55l2e"]
|
2024-04-19 17:59:19 -04:00
|
|
|
data = {
|
2024-04-22 10:03:24 -04:00
|
|
|
"data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255
|
2024-04-19 17:59:19 -04:00
|
|
|
"format": "RGBA8",
|
|
|
|
"height": 512,
|
|
|
|
"mipmaps": false,
|
|
|
|
"width": 512
|
|
|
|
}
|
|
|
|
|
|
|
|
[sub_resource type="FontFile" id="FontFile_qp8rx"]
|
|
|
|
data = PackedByteArray(0, 1, 0, 0, 0, 17, 1, 0, 0, 4, 0, 16, 71, 68, 69, 70, 1, 225, 1, 144, 0, 0, 1, 36, 0, 0, 0, 28, 71, 80, 79, 83, 212, 97, 222, 130, 0, 0, 10, 252, 0, 0, 4, 28, 71, 83, 85, 66, 57, 94, 65, 9, 0, 0, 20, 8, 0, 0, 10, 134, 79, 83, 47, 50, 147, 59, 142, 29, 0, 0, 2, 20, 0, 0, 0, 96, 99, 109, 97, 112, 161, 249, 164, 227, 0, 0, 3, 40, 0, 0, 1, 62, 99, 118, 116, 32, 4, 101, 23, 129, 0, 0, 1, 188, 0, 0, 0, 86, 102, 112, 103, 109, 98, 46, 253, 124, 0, 0, 30, 144, 0, 0, 14, 12, 103, 97, 115, 112, 0, 0, 0, 16, 0, 0, 1, 28, 0, 0, 0, 8, 103, 108, 121, 102, 18, 182, 0, 128, 0, 0, 58, 184, 0, 1, 38, 32, 104, 101, 97, 100, 30, 46, 132, 116, 0, 0, 1, 132, 0, 0, 0, 54, 104, 104, 101, 97, 16, 132, 11, 86, 0, 0, 1, 96, 0, 0, 0, 36, 104, 109, 116, 120, 196, 132, 126, 213, 0, 0, 15, 24, 0, 0, 4, 240, 108, 111, 99, 97, 211, 238, 137, 27, 0, 0, 4, 104, 0, 0, 2, 202, 109, 97, 120, 112, 2, 241, 15, 32, 0, 0, 1, 64, 0, 0, 0, 32, 110, 97, 109, 101, 93, 72, 120, 89, 0, 0, 7, 52, 0, 0, 3, 198, 112, 111, 115, 116, 243, 176, 222, 237, 0, 0, 44, 156, 0, 0, 14, 27, 112, 114, 101, 112, 105, 68, 1, 162, 0, 0, 2, 116, 0, 0, 0, 178, 0, 1, 0, 1, 255, 255, 0, 15, 0, 1, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 2, 0, 2, 0, 119, 0, 120, 0, 3, 1, 19, 1, 88, 0, 3, 0, 1, 0, 0, 1, 100, 0, 128, 0, 16, 0, 25, 0, 2, 0, 2, 0, 64, 0, 120, 0, 141, 0, 0, 0, 172, 14, 12, 0, 1, 0, 1, 0, 1, 0, 0, 9, 196, 251, 80, 0, 0, 16, 229, 246, 110, 254, 12, 16, 79, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 20, 0, 1, 0, 0, 0, 8, 0, 131, 169, 3, 12, 134, 95, 15, 60, 245, 0, 15, 8, 0, 0, 0, 0, 0, 218, 114, 75, 28, 0, 0, 0, 0, 221, 212, 238, 198, 246, 110, 251, 80, 16, 79, 9, 196, 0, 0, 0, 6, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0, 200, 0, 200, 0, 200, 5, 220, 255, 156, 0, 0, 253, 68, 251, 80, 5, 220, 255, 156, 0, 0, 253, 68, 251, 80, 0, 212, 0, 212, 0, 178, 0, 178, 5, 160, 255, 248, 5, 208, 4, 18, 255, 182, 253, 174, 5, 207, 255, 195, 5, 208, 4, 37, 255, 154, 253, 158, 0, 0, 0, 4, 5, 15, 1, 144, 0, 5, 0, 0, 5, 51, 4, 205, 0, 0, 0, 154, 5, 51, 4, 205, 0, 0, 2, 205, 0, 102, 1, 242, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 32, 0, 0, 1, 0, 0, 0, 0, 0, 0, 78, 79, 78, 69, 0, 192, 0, 32, 37, 204, 9, 196, 251, 80, 0, 0, 9, 196, 4, 176, 0, 0, 0, 1, 0, 0, 0, 0, 4, 74, 5, 182, 0, 0, 0, 32, 0, 3, 0, 75, 184, 0, 200, 82, 88, 177, 1, 1, 142, 89, 176, 1, 185, 8, 0, 8, 0, 99, 112, 177, 0, 7, 66, 179, 40, 22, 2, 0, 42, 177, 0, 7, 66, 181, 29, 8, 15, 7, 2, 10, 42, 177, 0, 7, 66, 181, 37, 6, 22, 5, 2, 10, 42, 177, 0, 9, 66, 187, 7, 128, 4, 0, 0, 2, 0, 11, 42, 177, 0, 11, 66, 187, 0, 64, 0, 64, 0, 2, 0, 11, 42, 185, 0, 3, 0, 0, 68, 177, 36, 1, 136, 81, 88, 176, 64, 136, 88, 185, 0, 3, 0, 100, 68, 177, 40, 1, 136, 81, 88, 184, 8, 0, 136, 88, 185, 0, 3, 0, 0, 68, 89, 27, 177, 39, 1, 136, 81, 88, 186, 8, 128, 0, 1, 4, 64, 136, 99, 84, 88, 185, 0, 3, 0, 0, 68, 89, 89, 89, 89, 89, 181, 31, 6, 17, 5, 2, 14, 42, 184, 1, 255, 133, 176, 4, 141, 177, 2, 0, 68, 179, 5, 100, 6, 0, 68, 68, 0, 0, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 20, 0, 3, 0, 1, 0, 0, 0, 20, 0, 4, 1, 42, 0, 0, 0, 38, 0, 32, 0, 4, 0, 6, 0, 47, 0, 57, 0, 64, 0, 90, 0, 96, 0, 122, 0, 126, 0, 160, 0, 171, 0, 187, 23, 162, 23, 164, 23, 179, 23, 200, 23, 210, 23, 221, 23, 233, 37, 204, 255, 255, 0, 0, 0, 32, 0, 48, 0, 58, 0, 65, 0, 91, 0, 97, 0, 123, 0, 160, 0, 171, 0, 187, 23, 128, 23, 163, 23, 165, 23, 180, 23, 201, 23, 211, 23, 224, 37, 204, 255, 255, 0, 0, 0, 162, 0, 0, 255, 192, 0, 0, 255, 186, 0, 0, 0, 100, 0, 77, 0, 62, 232, 181, 232, 196, 232, 179, 0, 0, 233, 84, 0, 0, 232, 252, 219, 68, 0, 1, 0, 38, 0, 0, 0, 66, 0, 0, 0, 76, 0, 0, 0, 84, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 78, 0, 0, 0, 116, 0, 0, 0, 0, 0, 0, 1, 3, 0, 234, 0, 250, 0, 237, 1, 5, 1, 15, 1, 6, 0, 251, 0, 240, 0, 241, 0, 236, 1, 9, 0, 231, 0, 246, 0, 230, 0, 238, 0, 232, 0, 233, 1, 12, 1, 10, 1, 11, 0, 235, 1, 17, 0, 244, 0, 239, 0, 245, 1, 14, 0, 247, 1, 18, 0, 242, 1, 7, 0, 243, 1, 13, 0, 105, 0, 106, 0, 107, 1, 19, 1, 21, 1, 22, 1, 23, 1, 24, 1, 25, 1, 26, 1, 27, 0, 108, 0, 109,
|
|
|
|
font_name = "Preahvihear"
|
|
|
|
style_name = "Regular"
|
|
|
|
multichannel_signed_distance_field = true
|
|
|
|
msdf_pixel_range = 8
|
|
|
|
cache/0/48/0/ascent = 59.0
|
|
|
|
cache/0/48/0/descent = 29.0
|
|
|
|
cache/0/48/0/underline_position = 2.9375
|
|
|
|
cache/0/48/0/underline_thickness = 1.17188
|
|
|
|
cache/0/48/0/scale = 1.0
|
2024-04-22 10:03:24 -04:00
|
|
|
cache/0/48/0/textures/0/offsets = PackedInt32Array(493, 0, 19, 59, 507, 59, 5, 58, 507, 117, 5, 61, 493, 178, 19, 64, 26, 242, 486, 26, 168, 268, 344, 47, 475, 315, 37, 59, 493, 374, 19, 70, 94, 444, 418, 57)
|
2024-04-25 15:27:00 -04:00
|
|
|
cache/0/48/0/textures/0/image = SubResource("Image_55l2e")
|
2024-04-19 17:59:19 -04:00
|
|
|
cache/0/48/0/glyphs/3/advance = Vector2(35.2344, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/3/offset = Vector2(-6.95, -46.3333)
|
|
|
|
cache/0/48/0/glyphs/3/size = Vector2(52, 57)
|
|
|
|
cache/0/48/0/glyphs/3/uv_rect = Rect2(1, 1, 52, 57)
|
|
|
|
cache/0/48/0/glyphs/3/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/15/advance = Vector2(39.3125, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/15/offset = Vector2(-6.95, -46.3333)
|
|
|
|
cache/0/48/0/glyphs/15/size = Vector2(55, 57)
|
|
|
|
cache/0/48/0/glyphs/15/uv_rect = Rect2(55, 1, 55, 57)
|
|
|
|
cache/0/48/0/glyphs/15/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/14/advance = Vector2(39.5156, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/14/offset = Vector2(-4.5, -44.95)
|
|
|
|
cache/0/48/0/glyphs/14/size = Vector2(51, 53)
|
|
|
|
cache/0/48/0/glyphs/14/uv_rect = Rect2(112, 1, 51, 53)
|
|
|
|
cache/0/48/0/glyphs/14/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/6/advance = Vector2(30.2344, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/6/offset = Vector2(-4.6, -44.2)
|
|
|
|
cache/0/48/0/glyphs/6/size = Vector2(45, 53)
|
|
|
|
cache/0/48/0/glyphs/6/uv_rect = Rect2(165, 1, 45, 53)
|
|
|
|
cache/0/48/0/glyphs/6/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/9/advance = Vector2(13.8281, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/9/offset = Vector2(-4.7, -44.8833)
|
|
|
|
cache/0/48/0/glyphs/9/size = Vector2(23, 52)
|
|
|
|
cache/0/48/0/glyphs/9/uv_rect = Rect2(212, 1, 23, 52)
|
|
|
|
cache/0/48/0/glyphs/9/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/7/advance = Vector2(36.2812, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/7/offset = Vector2(-6.95, -46.3333)
|
|
|
|
cache/0/48/0/glyphs/7/size = Vector2(52, 57)
|
|
|
|
cache/0/48/0/glyphs/7/uv_rect = Rect2(237, 1, 52, 57)
|
|
|
|
cache/0/48/0/glyphs/7/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/20/advance = Vector2(28.9062, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/20/offset = Vector2(-7.96667, -44.6333)
|
|
|
|
cache/0/48/0/glyphs/20/size = Vector2(46, 54)
|
|
|
|
cache/0/48/0/glyphs/20/uv_rect = Rect2(291, 1, 46, 54)
|
|
|
|
cache/0/48/0/glyphs/20/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/21/advance = Vector2(33.4531, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/21/offset = Vector2(-5.38889, -45.25)
|
|
|
|
cache/0/48/0/glyphs/21/size = Vector2(46, 55)
|
|
|
|
cache/0/48/0/glyphs/21/uv_rect = Rect2(339, 1, 46, 55)
|
|
|
|
cache/0/48/0/glyphs/21/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/18/advance = Vector2(34.2656, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/18/offset = Vector2(-4.35, -46.3333)
|
|
|
|
cache/0/48/0/glyphs/18/size = Vector2(47, 56)
|
|
|
|
cache/0/48/0/glyphs/18/uv_rect = Rect2(387, 1, 47, 56)
|
|
|
|
cache/0/48/0/glyphs/18/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/1/advance = Vector2(36.9219, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/1/offset = Vector2(-9.1, -45.2667)
|
|
|
|
cache/0/48/0/glyphs/1/size = Vector2(56, 55)
|
|
|
|
cache/0/48/0/glyphs/1/uv_rect = Rect2(436, 1, 56, 55)
|
|
|
|
cache/0/48/0/glyphs/1/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/12/advance = Vector2(31.0156, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/12/offset = Vector2(-4.4, -45.2667)
|
|
|
|
cache/0/48/0/glyphs/12/size = Vector2(45, 56)
|
|
|
|
cache/0/48/0/glyphs/12/uv_rect = Rect2(1, 60, 45, 56)
|
|
|
|
cache/0/48/0/glyphs/12/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/259/advance = Vector2(16.4062, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/259/offset = Vector2(0, 0)
|
|
|
|
cache/0/48/0/glyphs/259/size = Vector2(0, 0)
|
|
|
|
cache/0/48/0/glyphs/259/uv_rect = Rect2(0, 0, 0, 0)
|
|
|
|
cache/0/48/0/glyphs/259/texture_idx = -1
|
|
|
|
cache/0/48/0/glyphs/16/advance = Vector2(34.6719, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/16/offset = Vector2(-4.35, -46.3333)
|
|
|
|
cache/0/48/0/glyphs/16/size = Vector2(49, 55)
|
|
|
|
cache/0/48/0/glyphs/16/uv_rect = Rect2(48, 60, 49, 55)
|
|
|
|
cache/0/48/0/glyphs/16/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/25/advance = Vector2(30.4219, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/25/offset = Vector2(-8.85, -44.8333)
|
|
|
|
cache/0/48/0/glyphs/25/size = Vector2(49, 54)
|
|
|
|
cache/0/48/0/glyphs/25/uv_rect = Rect2(99, 60, 49, 54)
|
|
|
|
cache/0/48/0/glyphs/25/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/19/advance = Vector2(30.9688, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/19/offset = Vector2(-6.99167, -47)
|
|
|
|
cache/0/48/0/glyphs/19/size = Vector2(47, 59)
|
|
|
|
cache/0/48/0/glyphs/19/uv_rect = Rect2(1, 118, 47, 59)
|
|
|
|
cache/0/48/0/glyphs/19/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/22/advance = Vector2(36.9219, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/22/offset = Vector2(-7.76667, -45.55)
|
|
|
|
cache/0/48/0/glyphs/22/size = Vector2(56, 55)
|
|
|
|
cache/0/48/0/glyphs/22/uv_rect = Rect2(150, 60, 56, 55)
|
|
|
|
cache/0/48/0/glyphs/22/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/5/advance = Vector2(31.6406, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/5/offset = Vector2(-4.6, -44.2)
|
|
|
|
cache/0/48/0/glyphs/5/size = Vector2(45, 53)
|
|
|
|
cache/0/48/0/glyphs/5/uv_rect = Rect2(208, 60, 45, 53)
|
|
|
|
cache/0/48/0/glyphs/5/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/13/advance = Vector2(44.0625, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/13/offset = Vector2(-7.41667, -45.2667)
|
|
|
|
cache/0/48/0/glyphs/13/size = Vector2(61, 56)
|
|
|
|
cache/0/48/0/glyphs/13/uv_rect = Rect2(255, 60, 61, 56)
|
|
|
|
cache/0/48/0/glyphs/13/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/31/advance = Vector2(28.4531, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/31/offset = Vector2(-7.1, -35.6667)
|
|
|
|
cache/0/48/0/glyphs/31/size = Vector2(45, 47)
|
|
|
|
cache/0/48/0/glyphs/31/uv_rect = Rect2(318, 60, 45, 47)
|
|
|
|
cache/0/48/0/glyphs/31/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/38/advance = Vector2(13.4844, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/38/offset = Vector2(-5.51667, -52.7333)
|
|
|
|
cache/0/48/0/glyphs/38/size = Vector2(28, 62)
|
|
|
|
cache/0/48/0/glyphs/38/uv_rect = Rect2(1, 179, 28, 62)
|
|
|
|
cache/0/48/0/glyphs/38/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/27/advance = Vector2(29.9531, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/27/offset = Vector2(-7.41667, -36.7333)
|
|
|
|
cache/0/48/0/glyphs/27/size = Vector2(45, 48)
|
|
|
|
cache/0/48/0/glyphs/27/uv_rect = Rect2(365, 60, 45, 48)
|
|
|
|
cache/0/48/0/glyphs/27/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/46/advance = Vector2(22.7656, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/46/offset = Vector2(-8.41667, -44.7333)
|
|
|
|
cache/0/48/0/glyphs/46/size = Vector2(41, 55)
|
|
|
|
cache/0/48/0/glyphs/46/uv_rect = Rect2(412, 60, 41, 55)
|
|
|
|
cache/0/48/0/glyphs/46/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/35/advance = Vector2(12, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/35/offset = Vector2(-5.71667, -46.3333)
|
|
|
|
cache/0/48/0/glyphs/35/size = Vector2(25, 56)
|
|
|
|
cache/0/48/0/glyphs/35/uv_rect = Rect2(455, 60, 25, 56)
|
|
|
|
cache/0/48/0/glyphs/35/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/48/advance = Vector2(26.4844, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/48/offset = Vector2(-7.46667, -35.05)
|
|
|
|
cache/0/48/0/glyphs/48/size = Vector2(43, 45)
|
|
|
|
cache/0/48/0/glyphs/48/uv_rect = Rect2(50, 118, 43, 45)
|
|
|
|
cache/0/48/0/glyphs/48/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/28/advance = Vector2(30.9688, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/28/offset = Vector2(-5.41667, -46.3333)
|
|
|
|
cache/0/48/0/glyphs/28/size = Vector2(45, 57)
|
|
|
|
cache/0/48/0/glyphs/28/uv_rect = Rect2(95, 118, 45, 57)
|
|
|
|
cache/0/48/0/glyphs/28/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/45/advance = Vector2(26.6094, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/45/offset = Vector2(-7.46667, -35.6667)
|
|
|
|
cache/0/48/0/glyphs/45/size = Vector2(43, 46)
|
|
|
|
cache/0/48/0/glyphs/45/uv_rect = Rect2(142, 118, 43, 46)
|
|
|
|
cache/0/48/0/glyphs/45/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/41/advance = Vector2(28.7188, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/41/offset = Vector2(-7.05, -35.6667)
|
|
|
|
cache/0/48/0/glyphs/41/size = Vector2(44, 47)
|
|
|
|
cache/0/48/0/glyphs/41/uv_rect = Rect2(187, 118, 44, 47)
|
|
|
|
cache/0/48/0/glyphs/41/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/47/advance = Vector2(30, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/47/offset = Vector2(-5.81667, -35.8)
|
|
|
|
cache/0/48/0/glyphs/47/size = Vector2(43, 46)
|
|
|
|
cache/0/48/0/glyphs/47/uv_rect = Rect2(233, 118, 43, 46)
|
|
|
|
cache/0/48/0/glyphs/47/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/44/advance = Vector2(26.1562, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/44/offset = Vector2(-5.56667, -35.6667)
|
|
|
|
cache/0/48/0/glyphs/44/size = Vector2(41, 45)
|
|
|
|
cache/0/48/0/glyphs/44/uv_rect = Rect2(278, 118, 41, 45)
|
|
|
|
cache/0/48/0/glyphs/44/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/33/advance = Vector2(31.6875, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/33/offset = Vector2(-7.05, -37.2667)
|
|
|
|
cache/0/48/0/glyphs/33/size = Vector2(46, 61)
|
|
|
|
cache/0/48/0/glyphs/33/uv_rect = Rect2(31, 179, 46, 61)
|
|
|
|
cache/0/48/0/glyphs/33/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/39/advance = Vector2(38.8906, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/39/offset = Vector2(-5.46667, -35.45)
|
|
|
|
cache/0/48/0/glyphs/39/size = Vector2(52, 45)
|
|
|
|
cache/0/48/0/glyphs/39/uv_rect = Rect2(321, 118, 52, 45)
|
|
|
|
cache/0/48/0/glyphs/39/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/40/advance = Vector2(29.6719, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/40/offset = Vector2(-5.56667, -35.6667)
|
|
|
|
cache/0/48/0/glyphs/40/size = Vector2(42, 46)
|
|
|
|
cache/0/48/0/glyphs/40/uv_rect = Rect2(375, 118, 42, 46)
|
|
|
|
cache/0/48/0/glyphs/40/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/37/advance = Vector2(26.6094, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/37/offset = Vector2(-5.56667, -47.5667)
|
|
|
|
cache/0/48/0/glyphs/37/size = Vector2(42, 58)
|
|
|
|
cache/0/48/0/glyphs/37/uv_rect = Rect2(419, 118, 42, 58)
|
|
|
|
cache/0/48/0/glyphs/37/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/51/advance = Vector2(26.3438, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/51/offset = Vector2(-9.2, -34.0667)
|
|
|
|
cache/0/48/0/glyphs/51/size = Vector2(44, 60)
|
|
|
|
cache/0/48/0/glyphs/51/uv_rect = Rect2(79, 179, 44, 60)
|
|
|
|
cache/0/48/0/glyphs/51/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/251/advance = Vector2(11, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/251/offset = Vector2(-6.21667, -45.2167)
|
|
|
|
cache/0/48/0/glyphs/251/size = Vector2(24, 29)
|
|
|
|
cache/0/48/0/glyphs/251/uv_rect = Rect2(482, 60, 24, 29)
|
|
|
|
cache/0/48/0/glyphs/251/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/32/advance = Vector2(21.2656, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/32/offset = Vector2(-7.91667, -47.9333)
|
|
|
|
cache/0/48/0/glyphs/32/size = Vector2(43, 59)
|
|
|
|
cache/0/48/0/glyphs/32/uv_rect = Rect2(463, 118, 43, 59)
|
|
|
|
cache/0/48/0/glyphs/32/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/24/advance = Vector2(28.5781, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/24/offset = Vector2(-8.36667, -44.75)
|
|
|
|
cache/0/48/0/glyphs/24/size = Vector2(47, 54)
|
|
|
|
cache/0/48/0/glyphs/24/uv_rect = Rect2(125, 179, 47, 54)
|
|
|
|
cache/0/48/0/glyphs/24/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/17/advance = Vector2(39.3125, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/17/offset = Vector2(-6.95, -45.9667)
|
|
|
|
cache/0/48/0/glyphs/17/size = Vector2(55, 61)
|
|
|
|
cache/0/48/0/glyphs/17/uv_rect = Rect2(174, 179, 55, 61)
|
|
|
|
cache/0/48/0/glyphs/17/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/211/advance = Vector2(18.8281, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/211/offset = Vector2(-8.21667, -45.5833)
|
|
|
|
cache/0/48/0/glyphs/211/size = Vector2(32, 55)
|
|
|
|
cache/0/48/0/glyphs/211/uv_rect = Rect2(231, 179, 32, 55)
|
|
|
|
cache/0/48/0/glyphs/211/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/212/advance = Vector2(28.5312, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/212/offset = Vector2(-6.75, -45.2667)
|
|
|
|
cache/0/48/0/glyphs/212/size = Vector2(43, 55)
|
|
|
|
cache/0/48/0/glyphs/212/uv_rect = Rect2(265, 179, 43, 55)
|
|
|
|
cache/0/48/0/glyphs/212/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/53/advance = Vector2(30.4688, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/53/offset = Vector2(-5.25, -46.3333)
|
|
|
|
cache/0/48/0/glyphs/53/size = Vector2(43, 55)
|
|
|
|
cache/0/48/0/glyphs/53/uv_rect = Rect2(310, 179, 43, 55)
|
|
|
|
cache/0/48/0/glyphs/53/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/232/advance = Vector2(12.0469, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/232/offset = Vector2(-5.76667, -30.3333)
|
|
|
|
cache/0/48/0/glyphs/232/size = Vector2(24, 41)
|
|
|
|
cache/0/48/0/glyphs/232/uv_rect = Rect2(355, 179, 24, 41)
|
|
|
|
cache/0/48/0/glyphs/232/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/246/advance = Vector2(24.7812, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/246/offset = Vector2(-5.71667, -29.1667)
|
|
|
|
cache/0/48/0/glyphs/246/size = Vector2(37, 23)
|
|
|
|
cache/0/48/0/glyphs/246/uv_rect = Rect2(381, 179, 37, 23)
|
|
|
|
cache/0/48/0/glyphs/246/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/234/advance = Vector2(12.8281, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/234/offset = Vector2(-5.1, -47.4)
|
|
|
|
cache/0/48/0/glyphs/234/size = Vector2(24, 58)
|
|
|
|
cache/0/48/0/glyphs/234/uv_rect = Rect2(420, 179, 24, 58)
|
|
|
|
cache/0/48/0/glyphs/234/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/30/advance = Vector2(31.7344, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/30/offset = Vector2(-7.05, -44.5833)
|
|
|
|
cache/0/48/0/glyphs/30/size = Vector2(46, 55)
|
|
|
|
cache/0/48/0/glyphs/30/uv_rect = Rect2(446, 179, 46, 55)
|
|
|
|
cache/0/48/0/glyphs/30/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/230/advance = Vector2(11.9531, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/230/offset = Vector2(-5.81667, -13.3)
|
|
|
|
cache/0/48/0/glyphs/230/size = Vector2(24, 24)
|
|
|
|
cache/0/48/0/glyphs/230/uv_rect = Rect2(1, 243, 24, 24)
|
|
|
|
cache/0/48/0/glyphs/230/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/50/advance = Vector2(25.9219, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/50/offset = Vector2(-8.06667, -34.9333)
|
|
|
|
cache/0/48/0/glyphs/50/size = Vector2(43, 45)
|
|
|
|
cache/0/48/0/glyphs/50/uv_rect = Rect2(1, 269, 43, 45)
|
|
|
|
cache/0/48/0/glyphs/50/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/210/advance = Vector2(33.8438, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/210/offset = Vector2(-6.6, -46.3333)
|
|
|
|
cache/0/48/0/glyphs/210/size = Vector2(49, 57)
|
|
|
|
cache/0/48/0/glyphs/210/uv_rect = Rect2(1, 316, 49, 57)
|
|
|
|
cache/0/48/0/glyphs/210/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/214/advance = Vector2(29.1875, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/214/offset = Vector2(-7.91667, -44.7333)
|
|
|
|
cache/0/48/0/glyphs/214/size = Vector2(45, 55)
|
|
|
|
cache/0/48/0/glyphs/214/uv_rect = Rect2(52, 316, 45, 55)
|
|
|
|
cache/0/48/0/glyphs/214/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/0/advance = Vector2(0, 0)
|
|
|
|
cache/0/48/0/glyphs/0/offset = Vector2(0, 0)
|
|
|
|
cache/0/48/0/glyphs/0/size = Vector2(0, 0)
|
|
|
|
cache/0/48/0/glyphs/0/uv_rect = Rect2(0, 0, 0, 0)
|
|
|
|
cache/0/48/0/glyphs/0/texture_idx = -1
|
|
|
|
cache/0/48/0/glyphs/213/advance = Vector2(29.2812, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/213/offset = Vector2(-7.25, -46.3333)
|
|
|
|
cache/0/48/0/glyphs/213/size = Vector2(44, 55)
|
|
|
|
cache/0/48/0/glyphs/213/uv_rect = Rect2(99, 316, 44, 55)
|
|
|
|
cache/0/48/0/glyphs/213/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/215/advance = Vector2(28.2656, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/215/offset = Vector2(-7.15, -44.2)
|
|
|
|
cache/0/48/0/glyphs/215/size = Vector2(44, 54)
|
|
|
|
cache/0/48/0/glyphs/215/uv_rect = Rect2(145, 316, 44, 54)
|
|
|
|
cache/0/48/0/glyphs/215/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/244/advance = Vector2(17.3281, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/244/offset = Vector2(-4.8, -52.7333)
|
|
|
|
cache/0/48/0/glyphs/244/size = Vector2(30, 68)
|
|
|
|
cache/0/48/0/glyphs/244/uv_rect = Rect2(1, 375, 30, 68)
|
|
|
|
cache/0/48/0/glyphs/244/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/29/advance = Vector2(29.0938, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/29/offset = Vector2(-7.15, -35.6667)
|
|
|
|
cache/0/48/0/glyphs/29/size = Vector2(45, 47)
|
|
|
|
cache/0/48/0/glyphs/29/uv_rect = Rect2(191, 316, 45, 47)
|
|
|
|
cache/0/48/0/glyphs/29/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/245/advance = Vector2(17.3281, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/245/offset = Vector2(-7.51667, -52.7333)
|
|
|
|
cache/0/48/0/glyphs/245/size = Vector2(30, 68)
|
|
|
|
cache/0/48/0/glyphs/245/uv_rect = Rect2(33, 375, 30, 68)
|
|
|
|
cache/0/48/0/glyphs/245/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/238/advance = Vector2(25.2031, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/238/offset = Vector2(-7.25, -44.8)
|
|
|
|
cache/0/48/0/glyphs/238/size = Vector2(41, 54)
|
|
|
|
cache/0/48/0/glyphs/238/uv_rect = Rect2(238, 316, 41, 54)
|
|
|
|
cache/0/48/0/glyphs/238/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/239/advance = Vector2(25.2031, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/239/offset = Vector2(-7.41667, -44.8)
|
|
|
|
cache/0/48/0/glyphs/239/size = Vector2(41, 54)
|
|
|
|
cache/0/48/0/glyphs/239/uv_rect = Rect2(281, 316, 41, 54)
|
|
|
|
cache/0/48/0/glyphs/239/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/26/advance = Vector2(29.3281, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/26/offset = Vector2(-7.15, -44.2)
|
|
|
|
cache/0/48/0/glyphs/26/size = Vector2(45, 54)
|
|
|
|
cache/0/48/0/glyphs/26/uv_rect = Rect2(324, 316, 45, 54)
|
|
|
|
cache/0/48/0/glyphs/26/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/8/advance = Vector2(39.5156, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/8/offset = Vector2(-4.5, -44.7333)
|
|
|
|
cache/0/48/0/glyphs/8/size = Vector2(51, 53)
|
|
|
|
cache/0/48/0/glyphs/8/uv_rect = Rect2(371, 316, 51, 53)
|
|
|
|
cache/0/48/0/glyphs/8/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/274/advance = Vector2(9.3125, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/274/offset = Vector2(-9, -49.7)
|
|
|
|
cache/0/48/0/glyphs/274/size = Vector2(27, 28)
|
|
|
|
cache/0/48/0/glyphs/274/uv_rect = Rect2(46, 269, 27, 28)
|
|
|
|
cache/0/48/0/glyphs/274/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/49/advance = Vector2(36.0469, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/49/offset = Vector2(-7.3, -34.6)
|
|
|
|
cache/0/48/0/glyphs/49/size = Vector2(53, 44)
|
|
|
|
cache/0/48/0/glyphs/49/uv_rect = Rect2(75, 269, 53, 44)
|
|
|
|
cache/0/48/0/glyphs/49/texture_idx = 0
|
2024-04-22 10:03:24 -04:00
|
|
|
cache/0/48/0/glyphs/4/advance = Vector2(36.2344, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/4/offset = Vector2(-4.75, -45.3)
|
|
|
|
cache/0/48/0/glyphs/4/size = Vector2(50, 55)
|
|
|
|
cache/0/48/0/glyphs/4/uv_rect = Rect2(424, 316, 50, 55)
|
|
|
|
cache/0/48/0/glyphs/4/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/23/advance = Vector2(44.1094, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/23/offset = Vector2(-7.41667, -46.25)
|
|
|
|
cache/0/48/0/glyphs/23/size = Vector2(61, 56)
|
|
|
|
cache/0/48/0/glyphs/23/uv_rect = Rect2(65, 375, 61, 56)
|
|
|
|
cache/0/48/0/glyphs/23/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/10/advance = Vector2(31.7812, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/10/offset = Vector2(-7.86667, -44.2)
|
|
|
|
cache/0/48/0/glyphs/10/size = Vector2(46, 55)
|
|
|
|
cache/0/48/0/glyphs/10/uv_rect = Rect2(128, 375, 46, 55)
|
|
|
|
cache/0/48/0/glyphs/10/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/34/advance = Vector2(31.5469, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/34/offset = Vector2(-5.41667, -46.3333)
|
|
|
|
cache/0/48/0/glyphs/34/size = Vector2(45, 56)
|
|
|
|
cache/0/48/0/glyphs/34/uv_rect = Rect2(176, 375, 45, 56)
|
|
|
|
cache/0/48/0/glyphs/34/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/42/advance = Vector2(31.0625, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/42/offset = Vector2(-5.31667, -35.6667)
|
|
|
|
cache/0/48/0/glyphs/42/size = Vector2(45, 59)
|
|
|
|
cache/0/48/0/glyphs/42/uv_rect = Rect2(223, 375, 45, 59)
|
|
|
|
cache/0/48/0/glyphs/42/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/2/advance = Vector2(35.5312, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/2/offset = Vector2(-4.85, -44.5)
|
|
|
|
cache/0/48/0/glyphs/2/size = Vector2(49, 55)
|
|
|
|
cache/0/48/0/glyphs/2/uv_rect = Rect2(270, 375, 49, 55)
|
|
|
|
cache/0/48/0/glyphs/2/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/11/advance = Vector2(33.75, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/11/offset = Vector2(-4.6, -45.1833)
|
|
|
|
cache/0/48/0/glyphs/11/size = Vector2(48, 54)
|
|
|
|
cache/0/48/0/glyphs/11/uv_rect = Rect2(321, 375, 48, 54)
|
|
|
|
cache/0/48/0/glyphs/11/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/237/advance = Vector2(27.8906, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/237/offset = Vector2(-6.01667, -38.8667)
|
|
|
|
cache/0/48/0/glyphs/237/size = Vector2(41, 48)
|
|
|
|
cache/0/48/0/glyphs/237/uv_rect = Rect2(371, 375, 41, 48)
|
|
|
|
cache/0/48/0/glyphs/237/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/261/advance = Vector2(21.3594, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/261/offset = Vector2(-7.05, -48.4667)
|
|
|
|
cache/0/48/0/glyphs/261/size = Vector2(36, 64)
|
|
|
|
cache/0/48/0/glyphs/261/uv_rect = Rect2(414, 375, 36, 64)
|
|
|
|
cache/0/48/0/glyphs/261/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/266/advance = Vector2(25.1094, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/266/offset = Vector2(-5.61667, -34.0167)
|
|
|
|
cache/0/48/0/glyphs/266/size = Vector2(37, 33)
|
|
|
|
cache/0/48/0/glyphs/266/uv_rect = Rect2(130, 269, 37, 33)
|
|
|
|
cache/0/48/0/glyphs/266/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/217/advance = Vector2(23.4688, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/217/offset = Vector2(-7.2, -43.5833)
|
|
|
|
cache/0/48/0/glyphs/217/size = Vector2(40, 53)
|
|
|
|
cache/0/48/0/glyphs/217/uv_rect = Rect2(452, 375, 40, 53)
|
|
|
|
cache/0/48/0/glyphs/217/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/216/advance = Vector2(30.5469, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/216/offset = Vector2(-6.50238, -45.25)
|
|
|
|
cache/0/48/0/glyphs/216/size = Vector2(45, 55)
|
|
|
|
cache/0/48/0/glyphs/216/uv_rect = Rect2(1, 445, 45, 55)
|
|
|
|
cache/0/48/0/glyphs/216/texture_idx = 0
|
|
|
|
cache/0/48/0/glyphs/219/advance = Vector2(30.6875, 86.7188)
|
|
|
|
cache/0/48/0/glyphs/219/offset = Vector2(-6.61667, -45.2667)
|
|
|
|
cache/0/48/0/glyphs/219/size = Vector2(45, 55)
|
|
|
|
cache/0/48/0/glyphs/219/uv_rect = Rect2(48, 445, 45, 55)
|
|
|
|
cache/0/48/0/glyphs/219/texture_idx = 0
|
2024-04-19 17:59:19 -04:00
|
|
|
cache/0/48/0/kerning_overrides/48/0 = Vector2(0, 0)
|
|
|
|
|
2024-04-16 20:29:45 -04:00
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_bmvvy"]
|
2024-04-17 15:00:20 -04:00
|
|
|
radius = 100.0
|
2024-04-16 20:29:45 -04:00
|
|
|
|
|
|
|
[sub_resource type="Gradient" id="Gradient_or5lt"]
|
|
|
|
colors = PackedColorArray(1, 0, 0, 1, 1, 0, 0, 1)
|
|
|
|
|
|
|
|
[sub_resource type="GradientTexture1D" id="GradientTexture1D_cygyn"]
|
|
|
|
gradient = SubResource("Gradient_or5lt")
|
|
|
|
|
|
|
|
[sub_resource type="GradientTexture1D" id="GradientTexture1D_ky2qs"]
|
|
|
|
gradient = ExtResource("4_yk0bb")
|
|
|
|
width = 2048
|
|
|
|
|
|
|
|
[node name="Node2D" type="Node2D"]
|
|
|
|
position = Vector2(-2, -1)
|
|
|
|
script = ExtResource("1_k8sg3")
|
|
|
|
|
2024-04-25 15:27:00 -04:00
|
|
|
[node name="Spawner" type="Node2D" parent="."]
|
2024-04-16 20:29:45 -04:00
|
|
|
script = ExtResource("1_ifu8g")
|
2024-04-25 15:27:00 -04:00
|
|
|
waves = Array[ExtResource("4_um0x7")]([SubResource("Resource_ur7l5"), SubResource("Resource_kupyp"), SubResource("Resource_ndsvp"), SubResource("Resource_o8cet"), SubResource("Resource_0cevq"), SubResource("Resource_eppj0")])
|
2024-04-16 20:29:45 -04:00
|
|
|
|
|
|
|
[node name="Timer" type="Timer" parent="Spawner"]
|
|
|
|
autostart = true
|
|
|
|
|
|
|
|
[node name="BG" type="TextureRect" parent="."]
|
|
|
|
z_index = -1000
|
2024-04-19 17:59:19 -04:00
|
|
|
texture_filter = 1
|
2024-04-20 09:45:17 -04:00
|
|
|
offset_left = 2.0
|
|
|
|
offset_top = 1.0
|
|
|
|
offset_right = 1922.0
|
|
|
|
offset_bottom = 1081.0
|
2024-04-19 17:59:19 -04:00
|
|
|
texture = ExtResource("6_yg4g1")
|
2024-04-16 20:29:45 -04:00
|
|
|
|
|
|
|
[node name="Clock" type="CharacterBody2D" parent="."]
|
|
|
|
position = Vector2(201, 200)
|
2024-04-22 10:03:24 -04:00
|
|
|
scale = Vector2(1.5, 1.5)
|
2024-04-16 20:29:45 -04:00
|
|
|
collision_layer = 3
|
|
|
|
collision_mask = 3
|
|
|
|
motion_mode = 1
|
2024-04-19 17:59:19 -04:00
|
|
|
wall_min_slide_angle = 0.0
|
|
|
|
platform_on_leave = 2
|
|
|
|
platform_floor_layers = 4294901760
|
2024-04-16 20:29:45 -04:00
|
|
|
script = ExtResource("5_7po8n")
|
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Clock"]
|
2024-04-18 19:45:52 -04:00
|
|
|
position = Vector2(0, 0.5)
|
2024-04-16 20:29:45 -04:00
|
|
|
scale = Vector2(0.75, 0.75)
|
|
|
|
shape = SubResource("RectangleShape2D_7w8g6")
|
|
|
|
|
2024-04-18 19:45:52 -04:00
|
|
|
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="Clock"]
|
|
|
|
texture_filter = 1
|
2024-04-20 09:45:17 -04:00
|
|
|
position = Vector2(0, 1)
|
|
|
|
sprite_frames = SubResource("SpriteFrames_ubcgj")
|
|
|
|
autoplay = "default"
|
2024-04-16 20:29:45 -04:00
|
|
|
|
|
|
|
[node name="Border" type="StaticBody2D" parent="."]
|
2024-04-20 09:45:17 -04:00
|
|
|
collision_layer = 3
|
|
|
|
collision_mask = 3
|
2024-04-16 20:29:45 -04:00
|
|
|
physics_material_override = ExtResource("4_bx3xr")
|
|
|
|
|
|
|
|
[node name="Bottom" type="CollisionShape2D" parent="Border"]
|
2024-04-20 09:45:17 -04:00
|
|
|
position = Vector2(962, 1091)
|
|
|
|
shape = SubResource("RectangleShape2D_1k6df")
|
|
|
|
one_way_collision = true
|
2024-04-16 20:29:45 -04:00
|
|
|
|
|
|
|
[node name="Top" type="CollisionShape2D" parent="Border"]
|
2024-04-20 09:45:17 -04:00
|
|
|
position = Vector2(962, -9)
|
|
|
|
rotation = -3.14159
|
|
|
|
shape = SubResource("RectangleShape2D_k3cpb")
|
|
|
|
one_way_collision = true
|
2024-04-16 20:29:45 -04:00
|
|
|
|
|
|
|
[node name="Left" type="CollisionShape2D" parent="Border"]
|
2024-04-23 14:38:44 -04:00
|
|
|
position = Vector2(-8, 541)
|
2024-04-20 09:45:17 -04:00
|
|
|
rotation = 1.5708
|
|
|
|
shape = SubResource("RectangleShape2D_cs8dj")
|
|
|
|
one_way_collision = true
|
2024-04-16 20:29:45 -04:00
|
|
|
|
|
|
|
[node name="Right" type="CollisionShape2D" parent="Border"]
|
2024-04-23 14:38:44 -04:00
|
|
|
position = Vector2(1932, 541)
|
2024-04-20 09:45:17 -04:00
|
|
|
rotation = -1.5708
|
|
|
|
shape = SubResource("RectangleShape2D_hw8bv")
|
|
|
|
one_way_collision = true
|
2024-04-16 20:29:45 -04:00
|
|
|
|
|
|
|
[node name="Player" parent="." instance=ExtResource("7_ujibo")]
|
2024-04-20 09:45:17 -04:00
|
|
|
position = Vector2(63, 58)
|
2024-04-16 20:29:45 -04:00
|
|
|
scale = Vector2(0.5, 0.5)
|
|
|
|
|
|
|
|
[node name="UI" type="Control" parent="."]
|
|
|
|
layout_mode = 3
|
|
|
|
anchors_preset = 0
|
|
|
|
offset_right = 1920.0
|
|
|
|
offset_bottom = 1080.0
|
|
|
|
|
|
|
|
[node name="Quare Count" type="Label" parent="UI"]
|
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = 2
|
|
|
|
anchor_top = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
offset_left = 44.0
|
|
|
|
offset_top = -137.0
|
|
|
|
offset_right = 279.0
|
|
|
|
grow_vertical = 0
|
2024-04-19 17:59:19 -04:00
|
|
|
theme_override_constants/line_spacing = 0
|
|
|
|
theme_override_fonts/font = ExtResource("11_s4q6p")
|
2024-04-16 20:29:45 -04:00
|
|
|
theme_override_font_sizes/font_size = 50
|
2024-04-23 14:43:16 -04:00
|
|
|
text = "2 Quares
|
|
|
|
1 Exagon"
|
2024-04-16 20:29:45 -04:00
|
|
|
|
|
|
|
[node name="Stopwatch" type="Label" parent="UI"]
|
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = 1
|
|
|
|
anchor_left = 1.0
|
|
|
|
anchor_right = 1.0
|
|
|
|
offset_left = -268.0
|
|
|
|
offset_top = 22.0
|
|
|
|
offset_right = -33.0
|
|
|
|
offset_bottom = 159.0
|
|
|
|
grow_horizontal = 0
|
|
|
|
theme_override_font_sizes/font_size = 50
|
2024-04-19 17:59:19 -04:00
|
|
|
text = "1:10.25"
|
|
|
|
horizontal_alignment = 2
|
|
|
|
justification_flags = 160
|
2024-04-16 20:29:45 -04:00
|
|
|
script = ExtResource("13_xhnp2")
|
|
|
|
|
|
|
|
[node name="GameOver" type="Label" parent="."]
|
|
|
|
visible = false
|
|
|
|
z_index = 100
|
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
offset_right = 1920.0
|
|
|
|
offset_bottom = 1080.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
size_flags_horizontal = 4
|
2024-04-19 17:59:19 -04:00
|
|
|
theme_override_fonts/font = ExtResource("11_s4q6p")
|
2024-04-16 20:29:45 -04:00
|
|
|
theme_override_font_sizes/font_size = 200
|
|
|
|
text = "Game Over!"
|
|
|
|
horizontal_alignment = 1
|
|
|
|
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="GameOver"]
|
|
|
|
z_index = -1
|
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
color = Color(0, 0, 0, 0.372549)
|
|
|
|
|
|
|
|
[node name="GameOver" type="Label" parent="GameOver"]
|
|
|
|
z_index = 100
|
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = 7
|
|
|
|
anchor_left = 0.5
|
|
|
|
anchor_top = 1.0
|
|
|
|
anchor_right = 0.5
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
offset_left = -293.0
|
|
|
|
offset_top = -147.0
|
|
|
|
offset_right = 293.0
|
|
|
|
offset_bottom = -37.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 0
|
2024-04-19 17:59:19 -04:00
|
|
|
theme_override_fonts/font = ExtResource("11_s4q6p")
|
2024-04-16 20:29:45 -04:00
|
|
|
theme_override_font_sizes/font_size = 60
|
|
|
|
text = "Press R to Restart"
|
|
|
|
horizontal_alignment = 1
|
|
|
|
vertical_alignment = 1
|
|
|
|
|
2024-04-19 17:59:19 -04:00
|
|
|
[node name="Leaderboard" type="RichTextLabel" parent="GameOver" node_paths=PackedStringArray("stopwatch")]
|
2024-04-16 20:29:45 -04:00
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = 14
|
|
|
|
anchor_top = 0.5
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 0.5
|
2024-04-19 17:59:19 -04:00
|
|
|
offset_left = 546.0
|
2024-04-16 20:29:45 -04:00
|
|
|
offset_top = -217.0
|
2024-04-19 17:59:19 -04:00
|
|
|
offset_right = -546.0
|
|
|
|
offset_bottom = 386.0
|
2024-04-16 20:29:45 -04:00
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
2024-04-19 17:59:19 -04:00
|
|
|
theme_override_fonts/normal_font = SubResource("FontFile_qp8rx")
|
|
|
|
theme_override_font_sizes/normal_font_size = 60
|
|
|
|
bbcode_enabled = true
|
2024-04-16 20:29:45 -04:00
|
|
|
script = ExtResource("14_v1elq")
|
|
|
|
stopwatch = NodePath("../../UI/Stopwatch")
|
|
|
|
|
|
|
|
[node name="HTTPRequest" type="HTTPRequest" parent="GameOver/Leaderboard"]
|
|
|
|
|
|
|
|
[node name="CollisionCheck" type="ShapeCast2D" parent="."]
|
|
|
|
shape = SubResource("CircleShape2D_bmvvy")
|
|
|
|
target_position = Vector2(2.08165e-12, 2.08165e-12)
|
|
|
|
collision_mask = 3
|
|
|
|
script = ExtResource("11_ryeyk")
|
|
|
|
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="CollisionCheck"]
|
|
|
|
visible = false
|
|
|
|
self_modulate = Color(1, 0, 0, 0.356863)
|
|
|
|
clip_children = 1
|
|
|
|
scale = Vector2(0.35, 0.35)
|
|
|
|
texture = ExtResource("13_318fy")
|
|
|
|
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="CollisionCheck/Sprite2D"]
|
|
|
|
offset_left = -288.0
|
|
|
|
offset_top = -288.0
|
|
|
|
offset_right = -32.0
|
|
|
|
offset_bottom = -248.0
|
|
|
|
scale = Vector2(2.19999, 15.1168)
|
|
|
|
texture = SubResource("GradientTexture1D_cygyn")
|
|
|
|
|
|
|
|
[node name="Notification" type="Label" parent="."]
|
|
|
|
modulate = Color(1, 1, 1, 0)
|
|
|
|
clip_children = 1
|
|
|
|
anchors_preset = 7
|
|
|
|
anchor_left = 0.5
|
|
|
|
anchor_top = 1.0
|
|
|
|
anchor_right = 0.5
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
offset_left = 640.0
|
|
|
|
offset_top = 940.0
|
|
|
|
offset_right = 1280.0
|
|
|
|
offset_bottom = 963.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 0
|
2024-04-19 17:59:19 -04:00
|
|
|
theme_override_fonts/font = SubResource("FontFile_qp8rx")
|
2024-04-16 20:29:45 -04:00
|
|
|
theme_override_font_sizes/font_size = 100
|
|
|
|
text = "Too Crowded"
|
|
|
|
script = ExtResource("13_lkv81")
|
|
|
|
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Notification"]
|
|
|
|
layout_mode = 0
|
|
|
|
offset_right = 40.0
|
|
|
|
offset_bottom = 40.0
|
|
|
|
scale = Vector2(1, 3.12)
|
|
|
|
texture = SubResource("GradientTexture1D_ky2qs")
|
|
|
|
|
2024-04-25 15:27:00 -04:00
|
|
|
[connection signal="timeout" from="Spawner/Timer" to="Spawner" method="check_enemies_loop"]
|
2024-04-16 20:29:45 -04:00
|
|
|
[connection signal="visibility_changed" from="GameOver/Leaderboard" to="GameOver/Leaderboard" method="submit_score"]
|