Fix Mario and Luigi walk frame being 1 pixel to far to the left (#647)

* Fix Mario and Luigi walk frame being 1 pixel to far to the left

* Update Global.gd
This commit is contained in:
John Cooper McDonald 2025-11-22 10:39:42 -06:00 committed by GitHub
parent 0e09331e1a
commit 5a0a72daeb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ var ROM_POINTER_PATH = config_path.path_join("rom_pointer.smb")
var ROM_PATH = config_path.path_join("baserom.nes")
var ROM_ASSETS_PATH = config_path.path_join("resource_packs/BaseAssets")
const ROM_PACK_NAME := "BaseAssets"
const ROM_ASSETS_VERSION := 1
const ROM_ASSETS_VERSION := 2
var server_version := -1
var current_version := -1