mirror of
https://github.com/tonytins/dressupzack
synced 2025-12-19 05:14:42 -05:00
Rewrote more code
- Detatched LicenseWin node from PauseScn so it could be instanced by TitleScn and in other parts of the game.
This commit is contained in:
parent
e9b2cb5eaf
commit
6eaa5e08e0
9 changed files with 112 additions and 117 deletions
|
|
@ -4,7 +4,7 @@
|
|||
[ext_resource path="res://styles/DressUpTheme.res" type="Theme" id=2]
|
||||
[ext_resource path="res://scn/Character.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://scn/PauseScn.tscn" type="PackedScene" id=4]
|
||||
[ext_resource path="res://src/Soundtrack.gd" type="Script" id=5]
|
||||
[ext_resource path="res://src/Soundtrack.cs" type="Script" id=5]
|
||||
|
||||
[node name="Credits" type="Node"]
|
||||
script = ExtResource( 1 )
|
||||
|
|
@ -62,10 +62,3 @@ position = Vector2( 68.8273, 256.845 )
|
|||
|
||||
[node name="Music" type="AudioStreamPlayer" parent="."]
|
||||
script = ExtResource( 5 )
|
||||
|
||||
[node name="Version" type="Label" parent="."]
|
||||
margin_left = 950.908
|
||||
margin_top = 568.64
|
||||
margin_right = 990.908
|
||||
margin_bottom = 582.64
|
||||
text = "Version"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue