mirror of
https://github.com/tonytins/dressupzack
synced 2025-06-26 16:44:44 -04:00
Follow Godot file naming conventions
This commit is contained in:
parent
0185999e9c
commit
bcaf5680b3
38 changed files with 299 additions and 295 deletions
5
scripts/clothing/undies_base.gd
Normal file
5
scripts/clothing/undies_base.gd
Normal file
|
@ -0,0 +1,5 @@
|
|||
extends "res://scripts/clothing/clothing_base.gd"
|
||||
|
||||
func _on_undies_pressed():
|
||||
character.underwear = texture_normal
|
||||
$select.play()
|
Loading…
Add table
Add a link
Reference in a new issue