wave flag

This commit is contained in:
Rendo 2025-07-17 00:09:24 +05:00
commit 6d9edc0dc2
7 changed files with 168 additions and 26 deletions

15
scenes/gui/flag.tscn Normal file
View file

@ -0,0 +1,15 @@
[gd_scene load_steps=3 format=3 uid="uid://drobbh5x1v7mi"]
[ext_resource type="Texture2D" uid="uid://6didix2twcty" path="res://assets/sprites/wave-progress/Flag.tres" id="1_ebgak"]
[ext_resource type="Script" uid="uid://06ns8r18dalm" path="res://scripts/gui/WaveFlag.cs" id="2_fj7o6"]
[node name="Flag" type="TextureRect"]
show_behind_parent = true
anchors_preset = -1
offset_left = -7.0
offset_top = -22.0
offset_right = 13.0
texture = ExtResource("1_ebgak")
stretch_mode = 5
script = ExtResource("2_fj7o6")
metadata/_edit_use_anchors_ = true