adding people and bugs

This commit is contained in:
benfry
2002-12-03 05:16:33 +00:00
parent 3f90992442
commit fcef8a9880
3 changed files with 253 additions and 147 deletions
+6
View File
@@ -114,6 +114,12 @@ GENERAL NOTES / COMMON MISTAKES
background color of the app before it starts, so since variables
are determined while the program is running, things break.
- names of sketches cannot start with a number, or have spaces
inside. this is mostly because of a restriction on the naming of
java classes. i suppose if lots of people find this upsetting, we
could add some extra code to unhinge the resulting class name from
the sketch name, but it adds complexity, and complexity == bugs. :)
. . . . . . . . . . . . . . . . . . . . . . . . . . . . .