Add titlescreen

This commit is contained in:
dariasteam 2018-02-13 20:21:40 +00:00
parent 60624c97c6
commit 14f343ca02
3 changed files with 10 additions and 1 deletions

View file

@ -1,10 +1,11 @@
[gd_scene load_steps=6 format=1]
[gd_scene load_steps=7 format=1]
[ext_resource path="res://Sprites/GUI/Buttons/btn_shoot.png" type="Texture" id=1]
[ext_resource path="res://Fonts/Cave-Story.fnt" type="BitmapFont" id=2]
[ext_resource path="res://Scenes/Menu/bttn_play.gd" type="Script" id=3]
[ext_resource path="res://Scenes/Menu/about_button.gd" type="Script" id=4]
[ext_resource path="res://Music/dangerous_hills.ogg" type="AudioStream" id=5]
[ext_resource path="res://Sprites/GUI/title.png" type="Texture" id=6]
[node name="Node2D" type="Node2D"]
@ -13,6 +14,7 @@ transform/scale = Vector2( 20, 12 )
[node name="Sprite" type="Sprite" parent="."]
visibility/visible = false
transform/pos = Vector2( 0.392651, -18.6599 )
transform/scale = Vector2( 0.0656018, 0.0941569 )
texture = ExtResource( 1 )
@ -95,6 +97,13 @@ stream/paused = false
stream/loop_restart_time = 0.0
stream/buffering_ms = 500
[node name="Sprite 2" type="Sprite" parent="."]
transform/pos = Vector2( 1.07855, -1.84071 )
transform/scale = Vector2( 0.0864583, 0.128739 )
z/z = -1
texture = ExtResource( 6 )
[connection signal="pressed" from="play_button" to="play_button" method="_on_Button_pressed"]
[connection signal="pressed" from="info_button" to="info_button" method="_on_info_button_pressed"]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Before After
Before After

BIN
Sprites/GUI/title.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB