Skip to content

Commit 634f8ca

Browse files
committed
chore: revise README features
1 parent 52d6976 commit 634f8ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Looking for a simpler version? Check out [the `simple` release](https://github.c
1212

1313
## Bugs / Features
1414

15-
Last tested against DragonRuby Game Toolkit v4.0.
15+
Last tested against DragonRuby Game Toolkit v4.3.
1616

1717
- Functional approach to the code, namespaced in modules
1818
- Use the DragonRuby GTK methods and data structures you know and love
@@ -23,13 +23,15 @@ Last tested against DragonRuby Game Toolkit v4.0.
2323
- Settings that persist to disk
2424
- Displays framerate in the upper-right hand corner of the game when running in development mode
2525
- `#debug?` helper to easily check if the game is running in development mode; useful for custom commands
26+
- `#mobile?` to easily check when on mobile and <kbd>M</kbd> to simulate mobile
2627
- Reload all sprites in development using the `i` key
2728
- Reset the game with `r` key, calls `$gtk.reset`
2829
- Put all debug-only code in `#debug_tick`
2930
- `#init` method that gets run once on game boot
3031
- `#version` to get the version of your game
3132
- Constants for various values and enums: `FPS`, `BLEND_*`, `ALIGN_*`
3233
- Tests for the methods!
34+
- See more in [SCALE_DOCS.md](./SCALE_DOCS.md)
3335

3436
## Use It
3537

0 commit comments

Comments
 (0)