Allow scroll of areas in smart tiles.

This commit is contained in:
stevenhowes
2021-05-08 22:18:56 +01:00
parent 467263ce86
commit 011983d960
3 changed files with 4 additions and 0 deletions
Binary file not shown.
+4
View File
@@ -321,6 +321,8 @@ void game2_tick_input()
{
if(SmartTiles[selectedsmart].Action == 0)
SmartTiles[selectedsmart].ActionValue++;
if(SmartTiles[selectedsmart].Action == 1)
SmartTiles[selectedsmart].ActionValue++;
readmodkey = tick + 10;
}
}
@@ -332,6 +334,8 @@ void game2_tick_input()
{
if(SmartTiles[selectedsmart].Action == 0)
SmartTiles[selectedsmart].ActionValue--;
if(SmartTiles[selectedsmart].Action == 1)
SmartTiles[selectedsmart].ActionValue--;
readmodkey = tick + 10;
}
}
Binary file not shown.