Skip to content

Commit

Permalink
The skeletons are extremely and completely close to appearing
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFreaksDev committed Nov 30, 2023
1 parent 8542a84 commit 97a279a
Show file tree
Hide file tree
Showing 26 changed files with 272 additions and 18 deletions.
4 changes: 4 additions & 0 deletions Super Freaks 1 Ultimate Edition.resource_order
Original file line number Diff line number Diff line change
Expand Up @@ -1377,6 +1377,7 @@
{"name":"spr_rotato_spikeball","order":1,"path":"sprites/spr_rotato_spikeball/spr_rotato_spikeball.yy",},
{"name":"obj_master","order":1,"path":"objects/obj_master/obj_master.yy",},
{"name":"spr_control_icon_xboxone_stick_r_click","order":13,"path":"sprites/spr_control_icon_xboxone_stick_r_click/spr_control_icon_xboxone_stick_r_click.yy",},
{"name":"spr_title_sticky","order":6,"path":"sprites/spr_title_sticky/spr_title_sticky.yy",},
{"name":"path_hippie_4_normal_6","order":26,"path":"paths/path_hippie_4_normal_6/path_hippie_4_normal_6.yy",},
{"name":"obj_cutscene_kranion","order":9,"path":"objects/obj_cutscene_kranion/obj_cutscene_kranion.yy",},
{"name":"path_stadium_3_time_star","order":10,"path":"paths/path_stadium_3_time_star/path_stadium_3_time_star.yy",},
Expand Down Expand Up @@ -1410,6 +1411,7 @@
{"name":"spr_control_icon_keyboard_period_numpad","order":14,"path":"sprites/spr_control_icon_keyboard_period_numpad/spr_control_icon_keyboard_period_numpad.yy",},
{"name":"msc_bossrush","order":29,"path":"sounds/msc_bossrush/msc_bossrush.yy",},
{"name":"spr_player_death_sticky","order":7,"path":"sprites/spr_player_death_sticky/spr_player_death_sticky.yy",},
{"name":"obj_title_sticky","order":7,"path":"objects/obj_title_sticky/obj_title_sticky.yy",},
{"name":"msc_ice_secret","order":15,"path":"sounds/msc_ice_secret/msc_ice_secret.yy",},
{"name":"spr_player_hang_boneym","order":11,"path":"sprites/spr_player_hang_boneym/spr_player_hang_boneym.yy",},
{"name":"spr_player_jump_gloverine","order":4,"path":"sprites/spr_player_jump_gloverine/spr_player_jump_gloverine.yy",},
Expand All @@ -1430,6 +1432,7 @@
{"name":"msc_cutscene_ending","order":34,"path":"sounds/msc_cutscene_ending/msc_cutscene_ending.yy",},
{"name":"spr_character_select_kranion","order":20,"path":"sprites/spr_character_select_kranion/spr_character_select_kranion.yy",},
{"name":"__input_gamepad_guid_parse","order":9,"path":"scripts/__input_gamepad_guid_parse/__input_gamepad_guid_parse.yy",},
{"name":"spr_title_kranion","order":5,"path":"sprites/spr_title_kranion/spr_title_kranion.yy",},
{"name":"spr_control_icon_keyboard_f15","order":14,"path":"sprites/spr_control_icon_keyboard_f15/spr_control_icon_keyboard_f15.yy",},
{"name":"input_check_double_released","order":3,"path":"scripts/input_check_double_released/input_check_double_released.yy",},
{"name":"input_source_get_array","order":4,"path":"scripts/input_source_get_array/input_source_get_array.yy",},
Expand Down Expand Up @@ -1689,6 +1692,7 @@
{"name":"input_accessibility_global_cooldown_set","order":1,"path":"scripts/input_accessibility_global_cooldown_set/input_accessibility_global_cooldown_set.yy",},
{"name":"spr_air_bubble_spawner","order":8,"path":"sprites/spr_air_bubble_spawner/spr_air_bubble_spawner.yy",},
{"name":"spr_player_walk_superior","order":2,"path":"sprites/spr_player_walk_superior/spr_player_walk_superior.yy",},
{"name":"obj_title_kranion","order":6,"path":"objects/obj_title_kranion/obj_title_kranion.yy",},
{"name":"input_cursor_limit_remove","order":8,"path":"scripts/input_cursor_limit_remove/input_cursor_limit_remove.yy",},
{"name":"rm_secretmoon_3","order":4,"path":"rooms/rm_secretmoon_3/rm_secretmoon_3.yy",},
{"name":"spr_control_icon_keyboard_l","order":11,"path":"sprites/spr_control_icon_keyboard_l/spr_control_icon_keyboard_l.yy",},
Expand Down
23 changes: 5 additions & 18 deletions Super Freaks 1 Ultimate Edition.yyp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions objects/obj_title_kranion/Create_0.gml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/// @description

// Inherit the parent event
event_inherited();

depth = 2;
animate_speed = 0.125;
39 changes: 39 additions & 0 deletions objects/obj_title_kranion/obj_title_kranion.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions objects/obj_title_sticky/Create_0.gml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/// @description

// Inherit the parent event
event_inherited();

depth = 2;
animate_speed = 0.125;
39 changes: 39 additions & 0 deletions objects/obj_title_sticky/obj_title_sticky.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions rooms/rm_title/rm_title.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions scripts/scr_levels/scr_levels.gml
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,13 @@ function levels_init()
global.level_cutscene_list[story_modes.super_freaks][level_ids.level_supersecret][level_cutscene_data.before] = rm_cutscene_encore;
global.level_cutscene_list[story_modes.super_freaks][level_ids.level_supersecret_boss][level_cutscene_data.before] = rm_cutscene_antifreaks_battle;
global.level_cutscene_list[story_modes.super_freaks][level_ids.level_supersecret_boss][level_cutscene_data.after] = rm_cutscene_ending_secret;

global.level_cutscene_list[story_modes.kranion][level_ids.level_stadium][level_cutscene_data.before] = rm_cutscene_intro_kranion;
global.level_cutscene_list[story_modes.kranion][level_ids.level_stadium][level_cutscene_data.after] = rm_cutscene_antifreaks_intro_villains;
global.level_cutscene_list[story_modes.kranion][level_ids.level_freaky_ice][level_cutscene_data.before] = rm_cutscene_freak_fathers_villains;
global.level_cutscene_list[story_modes.kranion][level_ids.level_kranion_final_boss][level_cutscene_data.before] = rm_cutscene_cranion;
global.level_cutscene_list[story_modes.kranion][level_ids.level_kranion_final_boss][level_cutscene_data.after] = rm_cutscene_ending_normal_villains;
global.level_cutscene_list[story_modes.kranion][level_ids.level_supersecret_boss][level_cutscene_data.after] = rm_cutscene_ending_secret_villains;
}

/// @function levels_save
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 97a279a

Please sign in to comment.