mirror of
https://github.com/JohnBreaux/Boat-Battle.git
synced 2024-11-14 21:15:58 +00:00
tidy up title screen
Moved titlescreen.gd to scripts folder
This commit is contained in:
parent
a2f1fe6730
commit
0a1a9b8d35
@ -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]
|
||||
|
||||
[ext_resource path="res://scenes/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-Background.png" type="Texture" id=1]
|
||||
[ext_resource path="res://script/title screen/Title Screen.gd" type="Script" id=2]
|
||||
|
||||
[node name="Title Node" type="Control"]
|
||||
anchor_right = 1.0
|
||||
|
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 9.2 KiB |
@ -2,15 +2,15 @@
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/Title-Screen-Background.png-0858ea44e9c9235fceac088a9c0f7d28.stex"
|
||||
path="res://.import/Title-Screen-Background.png-dbef7fef33c56892772634130111c923.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/Title-Screen-Background.png"
|
||||
dest_files=[ "res://.import/Title-Screen-Background.png-0858ea44e9c9235fceac088a9c0f7d28.stex" ]
|
||||
source_file="res://script/title screen/Title-Screen-Background.png"
|
||||
dest_files=[ "res://.import/Title-Screen-Background.png-dbef7fef33c56892772634130111c923.stex" ]
|
||||
|
||||
[params]
|
||||
|
Loading…
Reference in New Issue
Block a user