mirror of
https://github.com/tonytins/dressupzack
synced 2025-05-06 21:54:48 -04:00
- Renamed "[name]_placeholder" sprites to "bank_[name]" - Remove pants and shirt functions - Created bases for bottoms and tops - Brought back most, if not all, pants and skirts
6 lines
180 B
GDScript
6 lines
180 B
GDScript
extends "res://scripts/clothing/baseClothing.gd"
|
|
|
|
onready var character = preload("res://resources/character.tres")
|
|
|
|
func _on_bottoms_pressed():
|
|
character.bottom = texture_normal
|