Added more weapons

This commit is contained in:
2025-11-07 16:40:56 +03:00
parent 0740570263
commit 32fa3dca57
64 changed files with 459 additions and 37 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ func _ready() -> void:
_update_texture_size()
_update_collision_shape()
const GATLING = preload("res://game/entities/weapons/gatling_gun/gatling_gun.tscn")
const GATLING = preload("res://game/entities/weapons/gatling/gatling.tscn")
const RAILGUN = preload("res://game/entities/weapons/railgun/railgun.tscn")
var weapons_by_offset := {
8: GATLING.instantiate(),