mirror of
https://github.com/tonytins/dressupzack
synced 2025-06-26 08:34:43 -04:00
Added sound effects from Kenny
- Added sound effects from Kenny for when varies buttons are pressed so it's no longer a totally silent game - Swapped old fonts for Kenny's fonts - Renamed music directory to sounds and removed old imports - Removed docs page
This commit is contained in:
parent
91dd8349c6
commit
8e31326609
41 changed files with 63 additions and 1010 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=9 format=2]
|
||||
[gd_scene load_steps=10 format=2]
|
||||
|
||||
[ext_resource path="res://scenes/characterBase.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://sprites/clothes/background.svg" type="Texture" id=2]
|
||||
|
@ -8,6 +8,7 @@
|
|||
[ext_resource path="res://sprites/clothes/lights.png" type="Texture" id=6]
|
||||
[ext_resource path="res://sprites/ui/grey_boxCross.png" type="Texture" id=7]
|
||||
[ext_resource path="res://scripts/ui.gd" type="Script" id=8]
|
||||
[ext_resource path="res://sounds/select_006.ogg" type="AudioStream" id=9]
|
||||
|
||||
[node name="game" type="Node2D"]
|
||||
|
||||
|
@ -63,4 +64,7 @@ texture_disabled = ExtResource( 7 )
|
|||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="clear" type="AudioStreamPlayer" parent="ui/base"]
|
||||
stream = ExtResource( 9 )
|
||||
[connection signal="pressed" from="ui/base/clearBtn" to="ui/base" method="_on_clearBtn_pressed"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue