Implemented combat; disabled palace for now
This commit is contained in:
@@ -42,3 +42,8 @@ func init():
|
||||
g += garments_male_main
|
||||
h += garments_head_male
|
||||
characters.call_deferred("setup_garments", root, g, h, material_male)
|
||||
func update(delta):
|
||||
return ERR_BUSY
|
||||
func update_physics(delta):
|
||||
return ERR_BUSY
|
||||
|
||||
|
||||
Reference in New Issue
Block a user