new borders

This commit is contained in:
Haze Weathers 2023-10-24 20:09:29 -04:00
parent 624739a970
commit 7a12628fa3
6 changed files with 80 additions and 3 deletions

View file

@ -1,13 +1,12 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://autoloads/border.gd" type="Script" id=1]
[ext_resource path="res://graphics/borders/prideborder.png" type="Texture" id=2]
[ext_resource path="res://graphics/borders/gale_sg_border.png" type="Texture" id=2]
[node name="Border" type="TextureRect"]
show_behind_parent = true
anchor_right = 1.0
anchor_bottom = 1.0
texture = ExtResource( 2 )
expand = true
stretch_mode = 1
stretch_mode = 7
script = ExtResource( 1 )