diff options
author | rexim <reximkut@gmail.com> | 2024-03-18 01:05:52 +0700 |
---|---|---|
committer | rexim <reximkut@gmail.com> | 2024-03-18 01:05:52 +0700 |
commit | cad9fbfbb871a876b8723562e9a429f674dbbc2f (patch) | |
tree | 743ad30b95a32bce4e1b0308967e4876b3883022 /colors.txt | |
parent | 0fd55e454f3534ebcca8ee6ba8545e01e8fa04da (diff) |
Get rid of Step() and Opposite() function
Replace them with Direction_Vector table
Diffstat (limited to 'colors.txt')
-rw-r--r-- | colors.txt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,10 +1,10 @@ Background 174 122 29 Floor 0 0 44 Wall 0 0 0 -Barricade 0 255 255 +Barricade 0 178 255 Player 232 193 255 -DoorKey 25 254 228 -Bomb 0 255 255 +DoorKey 128 182 228 +Bomb 0 186 255 Label 0 0 255 Shrek 60 255 255 Urmom 242 196 212 |