-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor/dispatch-component-functions (#59)
- Loading branch information
Showing
12 changed files
with
172 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Declare Common Functions so that they can be dispatched from ModuleExtensions | ||
function add_collision_event end | ||
function append_array end | ||
function append_array end | ||
function apply_forces end | ||
function check_collisions end | ||
function destroy end | ||
function draw end | ||
function draw end | ||
function flip end | ||
function get_last_update end | ||
function get_offset end | ||
function get_parent end | ||
function get_position end | ||
function get_rotation end | ||
function get_scale end | ||
function get_size end | ||
function get_tag end | ||
function get_type end | ||
function get_velocity end | ||
function initialize end | ||
function load_image end | ||
function load_sound end | ||
function set_color end | ||
function set_last_update end | ||
function set_offset end | ||
function set_parent end | ||
function set_position end | ||
function set_rotation end | ||
function set_scale end | ||
function set_size end | ||
function set_sprite end | ||
function set_tag end | ||
function set_vector2f_value end | ||
function stop_music end | ||
function toggle_sound end | ||
function unload_sound end | ||
function update end | ||
function update_array_value end |
Oops, something went wrong.