return of the border

This commit is contained in:
Haze Weathers 2023-05-12 12:17:56 -04:00
parent cea2d29e46
commit 15d82ec724
3 changed files with 16 additions and 0 deletions

2
autoloads/border.gd Normal file
View file

@ -0,0 +1,2 @@
extends TextureRect

13
autoloads/border.tscn Normal file
View file

@ -0,0 +1,13 @@
[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]
[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
script = ExtResource( 1 )