Skip to content

Commit

Permalink
Change: add constants GROUNDSPRITE_ROAD_X and GROUNDSPRITE_ROAD_Y (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
andythenorth authored Oct 2, 2023
1 parent bbe945e commit 58ee7b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nml/global_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,8 @@ def constant_number(name, info, pos):
# ground sprite IDs
"GROUNDSPRITE_RAIL_Y" : 1011,
"GROUNDSPRITE_RAIL_X" : 1012,
"GROUNDSPRITE_ROAD_Y" : 1332,
"GROUNDSPRITE_ROAD_X" : 1333,
"GROUNDSPRITE_CONCRETE" : 1420,
"GROUNDSPRITE_CLEARED" : 3924,
"GROUNDSPRITE_GRASS_1_3" : 3943,
Expand Down

0 comments on commit 58ee7b7

Please sign in to comment.