Skip to content

Commit

Permalink
script marker added for IF_SLAB_TYPE
Browse files Browse the repository at this point in the history
  • Loading branch information
rainlizard committed Apr 10, 2024
1 parent e7a14eb commit 94883c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Scenes/ScriptHelpers.gd
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ enum {
# [Command Name] [argument slot number] [Tile distance (96 = TILE, 32= SUBTILE)]]
var commandsWithPositions = [
["IF_SLAB_OWNER", 0, IS_TILE],
["IF_SLAB_TYPE", 0, IS_TILE],

["CHANGE_SLAB_OWNER", 0, IS_TILE],
["CHANGE_SLAB_TYPE", 0, IS_TILE],

Expand Down

0 comments on commit 94883c2

Please sign in to comment.