mirror of
https://github.com/JohnBreaux/Boat-Battle.git
synced 2024-11-15 05:25:57 +00:00
tidy up title screen
Moved titlescreen.gd to scripts folder
This commit is contained in:
parent
c5e541fc5a
commit
df0f203343
@ -0,0 +1,3 @@
|
|||||||
|
source_md5="a88d669f1f058a347cc4de2244bac64b"
|
||||||
|
dest_md5="1073062c6e594eff250036d7489d44a7"
|
||||||
|
|
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
[gd_scene load_steps=3 format=2]
|
[gd_scene load_steps=3 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://scenes/Title-Screen-Background.png" type="Texture" id=1]
|
[ext_resource path="res://script/title screen/Title-Screen-Background.png" type="Texture" id=1]
|
||||||
[ext_resource path="res://scenes/Title Screen.gd" type="Script" id=2]
|
[ext_resource path="res://script/title screen/Title Screen.gd" type="Script" id=2]
|
||||||
|
|
||||||
[node name="Title Node" type="Control"]
|
[node name="Title Node" type="Control"]
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
|
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 9.2 KiB |
@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
importer="texture"
|
importer="texture"
|
||||||
type="StreamTexture"
|
type="StreamTexture"
|
||||||
path="res://.import/Title-Screen-Background.png-0858ea44e9c9235fceac088a9c0f7d28.stex"
|
path="res://.import/Title-Screen-Background.png-dbef7fef33c56892772634130111c923.stex"
|
||||||
metadata={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
}
|
}
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://scenes/Title-Screen-Background.png"
|
source_file="res://script/title screen/Title-Screen-Background.png"
|
||||||
dest_files=[ "res://.import/Title-Screen-Background.png-0858ea44e9c9235fceac088a9c0f7d28.stex" ]
|
dest_files=[ "res://.import/Title-Screen-Background.png-dbef7fef33c56892772634130111c923.stex" ]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user