Skip to content

Commit

Permalink
small enshrouded ce table cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jim2point0 committed Feb 18, 2024
1 parent eba5d28 commit aac10be
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions markdown/CheatTables/enshrouded_v3.CT
Original file line number Diff line number Diff line change
Expand Up @@ -315,14 +315,6 @@ function moveCamera()
if controller.LeftTrigger > 50 then
coords[2] = coords[2] + move_speed
end

if isKeyPressed(VK_SPACE) then
coords[2] = coords[2] + move_speed
end

if isKeyPressed(VK_LCONTROL) then
coords[2] = coords[2] - move_speed
end
end

-- update coordinates
Expand Down

0 comments on commit aac10be

Please sign in to comment.