starting to fix guns under new script workflow

This commit is contained in:
derek
2025-03-03 16:58:10 -06:00
parent 15f32eff61
commit 6283c6f22f
19 changed files with 309 additions and 214 deletions

View File

@@ -96,7 +96,7 @@ func _draw():
var draw_pos = radius_mid * Vector2.from_angle(mid_rads) + offset
var object = options[i].instantiate()
var texture = object.gun_icon
var texture = object.weapon_info.gun_icon
if selection == i:
var points_per_arc = 32