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:
committed by
GitHub
parent
0e09331e1a
commit
5a0a72daeb
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.0 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_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
|
||||
|
||||
Reference in New Issue
Block a user