forked from team-sg/hero-mark-2
return of the border
This commit is contained in:
parent
cea2d29e46
commit
15d82ec724
3 changed files with 16 additions and 0 deletions
2
autoloads/border.gd
Normal file
2
autoloads/border.gd
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
extends TextureRect
|
||||||
|
|
13
autoloads/border.tscn
Normal file
13
autoloads/border.tscn
Normal 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 )
|
|
@ -70,6 +70,7 @@ config/icon="res://icon.png"
|
||||||
|
|
||||||
[autoload]
|
[autoload]
|
||||||
|
|
||||||
|
Border="*res://autoloads/border.tscn"
|
||||||
Game="*res://autoloads/game.gd"
|
Game="*res://autoloads/game.gd"
|
||||||
Audio="*res://autoloads/audio.tscn"
|
Audio="*res://autoloads/audio.tscn"
|
||||||
LevelData="*res://autoloads/level_data.tscn"
|
LevelData="*res://autoloads/level_data.tscn"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue