mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-01-13 02:40:28 +00:00
parent
e664eb26a9
commit
756d297c85
@ -137,8 +137,8 @@ local function update( )
|
||||
end
|
||||
|
||||
local newHead = screen[newXPos][newYPos]
|
||||
term.setCursorPos(1,1);
|
||||
print( newHead.snake )
|
||||
-- term.setCursorPos(1,1);
|
||||
-- print( newHead.snake )
|
||||
if newHead.snake == true or newHead.wall == true then
|
||||
bRunning = false
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user