You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Examples/demos/raycast
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
# The view will rotate automatically, but you could enable controls if you want. You can also add more walls using the variables bofore the MAIN loop #
7
7
# If manual control is enabled, you can move and look around using the W A S D keys #
Copy file name to clipboardExpand all lines: changelog.txt
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,10 @@ NOTICE:
15
15
- Fixed a profanity in an error message
16
16
- Division by zero now throws a readable error message (It previously resultet in "Infinity" which was not recognized as a number before, causing confusing errors
17
17
- Added an ascii raycast example to show off the script capabilities (Take a look! Examples -> demos -> raycast)
18
+
- Added a snake game as example
18
19
- Fixed an issue where 0.000 == 0 would return false
20
+
- Added a "keyPressed" event function to the devscript editor library so you can create simple games.
0 commit comments