It is possible! You only need to copy two files in the correct directory:
LuaXcode3SyntaxColor.zip
(found at Capgo's website via lua-users.org)
Update: after installing this, Xcode started crashing regularly, and at one point I couldn't even send the game to the emulator anymore => I removed the files.
Wednesday, April 22, 2009
Tuesday, April 21, 2009
PewPew, step 9
Added:
-Lightning on the main menu
-3D cube transition between the menus/screens
-"About" screen
-Pretty joysticks
-A new mode (shown at the end) that totally rocks
-Scores
-Menu to display scores and launch replays
-Hashes to verify the integrity of the scores
-Preferences
-An in-game menu
-Lower case characters
-Scrolling background that can change color.
-Music
-A rotating camera when watching replays
Subscribe to:
Posts (Atom)
Unexpected Gotchas in Making a Game Deterministic
When aiming for a fully deterministic program, it is common knowledge that you have to deterministically seed your random number generators,...
-
Occasionally someone will asked how I obtained the PPL look. In a nutshell: Draw everything with lines, including the text and the various i...
-
I wanted to write this post for a while. It describes a C++ technique to implement rollback in the context of multiplayer games that I feel ...
-
Note: This post was initially written in 2013, right after the release of Pacifism. For some reason I never published it. It's still rel...