mirror of
https://github.com/Dariasteam/Cows-Revenge.git
synced 2026-01-23 02:15:17 +00:00
Add titlescreen
This commit is contained in:
parent
60624c97c6
commit
14f343ca02
3 changed files with 10 additions and 1 deletions
|
|
@ -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 |
BIN
Sprites/GUI/title.png
Normal file
BIN
Sprites/GUI/title.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
Loading…
Add table
Add a link
Reference in a new issue