mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-12-06 03:30:22 -08:00
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:
parent
0e09331e1a
commit
5a0a72daeb
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 |
Binary file not shown.
|
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 1.8 KiB |
File diff suppressed because one or more lines are too long
|
|
@ -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_PATH = config_path.path_join("baserom.nes")
|
||||||
var ROM_ASSETS_PATH = config_path.path_join("resource_packs/BaseAssets")
|
var ROM_ASSETS_PATH = config_path.path_join("resource_packs/BaseAssets")
|
||||||
const ROM_PACK_NAME := "BaseAssets"
|
const ROM_PACK_NAME := "BaseAssets"
|
||||||
const ROM_ASSETS_VERSION := 1
|
const ROM_ASSETS_VERSION := 2
|
||||||
|
|
||||||
var server_version := -1
|
var server_version := -1
|
||||||
var current_version := -1
|
var current_version := -1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue