chore: storing version and changelog

This commit is contained in:
StraToN
2022-10-24 22:00:53 +00:00
parent 950ee463d8
commit 17d127b0f2
3 changed files with 27 additions and 12 deletions

View File

@@ -20,7 +20,7 @@ export var zoom_factor:float
# This function will calculate where on the spritesheet the start and end frames for an animation
# are, and draw boxes around all used frames. The visual indicator makes frame selection easier.
func _draw() -> void:
if start_cell > 0:
if start_cell > 0:
# Draw grid for all frames in the spritesheet
for yloop in range(total_num_rows):
for xloop in range(total_num_columns):