hero-mark-2/autoloads/border.tscn
2024-01-02 02:48:01 -05:00

19 lines
988 B
Text

[gd_scene load_steps=8 format=2]
[ext_resource path="res://autoloads/border.gd" type="Script" id=1]
[ext_resource path="res://graphics/borders/gale_sg_border.png" type="Texture" id=2]
[ext_resource path="res://graphics/borders/prideborder.png" type="Texture" id=3]
[ext_resource path="res://graphics/borders/bodhi_sg_border.png" type="Texture" id=4]
[ext_resource path="res://graphics/borders/enby_border.png" type="Texture" id=5]
[ext_resource path="res://graphics/borders/the_gays_border.png" type="Texture" id=6]
[ext_resource path="res://graphics/borders/revolution_border.png" type="Texture" id=7]
[node name="Border" type="TextureRect"]
anchor_right = 1.0
anchor_bottom = 1.0
texture = ExtResource( 7 )
expand = true
stretch_mode = 7
script = ExtResource( 1 )
borders = [ ExtResource( 7 ), ExtResource( 3 ), ExtResource( 4 ), ExtResource( 2 ), ExtResource( 6 ), ExtResource( 5 ) ]
names = [ "Trans Rights", "Got Shards?", "Infiltration", "Here Come The Gays", "Fuck The Binary" ]