1
0
Fork 0
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:
Anthony Foxclaw 2020-07-15 08:33:25 -04:00
parent 0185999e9c
commit bcaf5680b3
38 changed files with 299 additions and 295 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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