[gd_scene load_steps=7 format=3 uid="uid://wnkqgapgh7br"] [ext_resource type="Script" uid="uid://dnytdxwuk6b7x" path="res://waypoint.gd" id="1_m8nlk"] [ext_resource type="Texture2D" uid="uid://c6ptvokr5npl7" path="res://progress-marks.png" id="2_u6u05"] [ext_resource type="Texture2D" uid="uid://bcrg5ea4niu0e" path="res://progress-dot-fill.png" id="3_ddqum"] [sub_resource type="AtlasTexture" id="AtlasTexture_nyilg"] atlas = ExtResource("2_u6u05") region = Rect2(32, 0, 32, 32) [sub_resource type="AtlasTexture" id="AtlasTexture_g6crn"] atlas = ExtResource("3_ddqum") region = Rect2(0, 0, 32, 32) [sub_resource type="AtlasTexture" id="AtlasTexture_m8nlk"] atlas = ExtResource("2_u6u05") region = Rect2(32, 32, 32, 32) [node name="Waypoint" type="Control"] layout_mode = 3 anchors_preset = 0 offset_left = 96.0 offset_top = -9.0 offset_right = 128.0 offset_bottom = 23.0 script = ExtResource("1_m8nlk") [node name="Over" type="TextureRect" parent="."] layout_mode = 0 offset_right = 32.0 offset_bottom = 32.0 texture = SubResource("AtlasTexture_nyilg") [node name="Fill" type="TextureRect" parent="."] modulate = Color(0, 0, 0, 1) layout_mode = 0 offset_right = 32.0 offset_bottom = 32.0 texture = SubResource("AtlasTexture_g6crn") [node name="Dot" type="TextureRect" parent="."] visible = false layout_mode = 0 offset_right = 32.0 offset_bottom = 32.0 texture = SubResource("AtlasTexture_m8nlk")