1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-05-05 21:34:49 -04:00
dressupzack/scripts/Character.gd
Anthony Foxclaw 591110ed8f Lowered FPS and frames in character animations
- Removed Character class
2020-06-28 18:33:20 -04:00

6 lines
93 B
GDScript

extends Resource
var top = null
var bottom = null
var underwear = null
var accessory = null