Added more weapons
This commit is contained in:
@@ -1,9 +1 @@
|
||||
extends AbstractProjectile
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
var texture := PlaceholderTexture2D.new()
|
||||
texture.size = Vector2(6, 6)
|
||||
$Sprite2D.texture = texture
|
||||
|
||||
super._ready()
|
||||
|
||||
Reference in New Issue
Block a user