mirror of
https://github.com/tonytins/dressupzack
synced 2025-06-26 08:34:43 -04:00
License headers
- GameScn.cs now functions the same as GameScn.gd, even though the two use different techniques in changing the clothes, due to the nature of their respective languages. - Soundtrack works but not as intended. I think it's repeating the same song. - License headers have been brought back.
This commit is contained in:
parent
f64c5a3be8
commit
e9b2cb5eaf
8 changed files with 110 additions and 32 deletions
|
@ -39,6 +39,7 @@ custom_colors/font_color_bg = Color( 0.921569, 0.921569, 0.921569, 1 )
|
|||
custom_colors/font_color_fg = Color( 1, 1, 1, 1 )
|
||||
|
||||
[node name="Pants" type="Tabs" parent="Wordrobe"]
|
||||
editor/display_folded = true
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
margin_top = 31.0
|
||||
|
@ -87,6 +88,7 @@ icon = ExtResource( 7 )
|
|||
flat = true
|
||||
|
||||
[node name="Shirts" type="Tabs" parent="Wordrobe"]
|
||||
editor/display_folded = true
|
||||
visible = false
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue