wave flag
This commit is contained in:
parent
8287cf609a
commit
6d9edc0dc2
7 changed files with 168 additions and 26 deletions
15
scenes/gui/flag.tscn
Normal file
15
scenes/gui/flag.tscn
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue