-
Notifications
You must be signed in to change notification settings - Fork 4
Reference
###Types reference Some types are defined in Don't Crush My Castle, here is a small reference to those types:
-
log_type: enumeration with the different types of logs (comment,warning,err,fatal_error) defined in [Debug Log](Debug Log)
-
tile_type: enumeration that defines the different kinds of tiles (cells in the map)(blocked,road,ground,open_ground or special) defined on Tile
-
enemy_animation: enumeration which defines each type of [animation](Al Animation) to use in enemies (idle_anim,up_anim,down_anim,left_anim,right_anim and dead_anim), defined in Enemy
-
tile_id: define the data type for a tile id (the id referenced in a tileset and tilemap), currently defined as int in Tileset
-
mouse_buttonenumeration that defines the 3 buttons of a mouse (currently unused),input_handler::mouse_button
###Global variables
Don't Crush My Castle Wiki is under CC License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
_______________________
/ Don't Crush My Castle \
\ is a cool name /
-----------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
DCmC Wiki 0.7.6
- [Home] (Home)
- [Getting Started] (Getting Started)
- Documentation
- Reference
- Attributions