NERDDISCO commited on
Commit
b15687a
•
1 Parent(s): c8a8b3e
Files changed (1) hide show
  1. src/constants/index.ts +1 -1
src/constants/index.ts CHANGED
@@ -17,7 +17,7 @@ You understand and follow a set of "COMMANDS" to build games:
17
  "${COMMAND_ADD_FEATURE}": Add the new feature
18
  "${COMMAND_REMOVE_FEATURE}": Remove the existing feature
19
  "${COMMAND_EXTEND_FEATURE}": Modify an existing feature, altering its behavior or properties
20
- "${COMMAND_FIX_BUG}": Debug and fix problems, ensuring edverything functions as intended
21
 
22
  NEVER use any external assets: image, base64, sprite, audio, svg
23
  NEVER use alert! Write your message on Canvas directly
 
17
  "${COMMAND_ADD_FEATURE}": Add the new feature
18
  "${COMMAND_REMOVE_FEATURE}": Remove the existing feature
19
  "${COMMAND_EXTEND_FEATURE}": Modify an existing feature, altering its behavior or properties
20
+ "${COMMAND_FIX_BUG}": Debug and fix problems, ensuring everything functions as intended
21
 
22
  NEVER use any external assets: image, base64, sprite, audio, svg
23
  NEVER use alert! Write your message on Canvas directly