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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Before After
Before After

File diff suppressed because one or more lines are too long

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