diff --git a/boom.project.gmx b/boom.project.gmx index 1fa3c80..8072ad3 100644 --- a/boom.project.gmx +++ b/boom.project.gmx @@ -106,6 +106,7 @@ sprites\i_stomping_h_r sprites\i_gravity sprites\i_finish + sprites\i_help_roll background\cloud @@ -269,6 +270,7 @@ objects\money objects\d_fix_count_ent objects\o_sea + objects\o_info_keys diff --git a/objects/o_info_keys.object.gmx b/objects/o_info_keys.object.gmx new file mode 100644 index 0000000..c942ee0 --- /dev/null +++ b/objects/o_info_keys.object.gmx @@ -0,0 +1,47 @@ + + + i_help_roll + 0 + -1 + 0 + 0 + <undefined> + <undefined> + + + + 1 + 603 + 7 + 0 + 0 + -1 + 2 + + + self + 0 + 0 + + + 1 + draw_sprite_ext(i_help_roll, -1, x, y, 1, 1, 0, c_white, 0.6) + + + + + + + 0 + 0 + 0 + 0.5 + 0.100000001490116 + 0 + 0.100000001490116 + 0.100000001490116 + 0.200000002980232 + -1 + 0 + + diff --git a/sprites/i_help_roll.sprite.gmx b/sprites/i_help_roll.sprite.gmx new file mode 100644 index 0000000..0bba1fb --- /dev/null +++ b/sprites/i_help_roll.sprite.gmx @@ -0,0 +1,24 @@ + + + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 37 + 0 + 32 + 0 + 0 + + 0 + + 0 + 38 + 33 + + images\i_help_roll_0.png + + diff --git a/sprites/images/i_help_roll_0.png b/sprites/images/i_help_roll_0.png new file mode 100644 index 0000000..1a1b80c Binary files /dev/null and b/sprites/images/i_help_roll_0.png differ