no more gifs

This commit is contained in:
Ultrablob 2024-05-07 14:29:47 -04:00
parent 7db517ab17
commit 1be256e74c
112 changed files with 1034 additions and 570 deletions

View file

@ -5,7 +5,7 @@ var shooting = false
var idle_texture = preload("res://dotted line.png")
var aiming_texture = preload("res://laser_idle.png")
var active_texture = preload("res://ircle_laser.gif")
var active_texture = preload("res://laser_idle.png")
func _ready():
update_animation()