added weapon wheel and model texture creator

This commit is contained in:
derek
2024-12-11 16:11:29 -06:00
parent 0ec82d84aa
commit 5ceaa00785
45 changed files with 1337 additions and 25 deletions

View File

@@ -32,6 +32,7 @@ func picked_up():
if level_control.player.gun != null:
level_control.player.gun.anim_player.play("swap_out")
level_control.gun_spawn(weapon_id)
SignalBus.emit_signal("weapon_list_changed")
queue_free()
func save():