mirror of
https://github.com/tonytins/dressupzack
synced 2025-06-26 08:34:43 -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
|
@ -1,4 +1,4 @@
|
|||
extends "res://scripts/clothing/baseClothing.gd"
|
||||
extends "res://scripts/clothing/clothing_base.gd"
|
||||
|
||||
func _on_accessory_pressed():
|
||||
character.accessory = texture_normal
|
|
@ -1,4 +1,4 @@
|
|||
extends "res://scripts/clothing/baseClothing.gd"
|
||||
extends "res://scripts/clothing/clothing_base.gd"
|
||||
|
||||
func _on_bottoms_pressed():
|
||||
character.bottom = texture_normal
|
|
@ -1,4 +1,4 @@
|
|||
extends "res://scripts/clothing/baseClothing.gd"
|
||||
extends "res://scripts/clothing/clothing_base.gd"
|
||||
|
||||
func _on_tops_pressed():
|
||||
character.top = texture_normal
|
|
@ -1,4 +1,4 @@
|
|||
extends "res://scripts/clothing/baseClothing.gd"
|
||||
extends "res://scripts/clothing/clothing_base.gd"
|
||||
|
||||
func _on_undies_pressed():
|
||||
character.underwear = texture_normal
|
Loading…
Add table
Add a link
Reference in a new issue