Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
b9f4971
Initial commit
tristanbob Mar 27, 2023
8aea594
Added saw to example
tristanbob Mar 27, 2023
0c93053
Wording improvements
tristanbob Mar 27, 2023
d22133f
Optimised images with calibre/image-actions
github-actions[bot] Mar 27, 2023
7f703a3
Change ship behavior to use new behavior name (RectangularMovement ->…
tristanbob Mar 28, 2023
82b79e4
Merge branch 'retangle-movement-move-around-object' of https://github…
tristanbob Mar 28, 2023
8047a09
Renamed to use new name
tristanbob Mar 28, 2023
418e6e9
Removed unused ship sprite
tristanbob Mar 28, 2023
c706e83
Added standalone function to move objects along the border of another…
tristanbob Mar 28, 2023
508a852
Added functions to help users
tristanbob Mar 28, 2023
5904d98
Got object linking working and example shows multiple pairs of objects
tristanbob Apr 9, 2023
afb50f7
Cleanup and object linking improvement
tristanbob Apr 9, 2023
d20eb89
Working and preparing to clean
tristanbob Apr 27, 2023
df644d1
Clean up
tristanbob Apr 27, 2023
a503a23
Linked object based on distance to closest edge
tristanbob Apr 28, 2023
5086ec9
Applied review suggestions
tristanbob Apr 29, 2023
15b54a9
Optimised images with calibre/image-actions
github-actions[bot] Apr 29, 2023
77d069d
Applied more review suggestions to optimize performance
tristanbob May 5, 2023
561099e
Preparing to change to new functions
tristanbob May 6, 2023
caa9dc1
Nice clean extension using new fancy functions :)
tristanbob May 6, 2023
937df74
Make new functions private
tristanbob May 6, 2023
0410ff4
Removed unneeded ForEach(CenterObject) since object link picks correc…
tristanbob May 14, 2023
16b2bce
Fixed distance calculation when outside of an object
tristanbob May 15, 2023
fe24c6d
Optimised images with calibre/image-actions
github-actions[bot] May 15, 2023
5d678e3
Cleanup of extension (remove console logs)
tristanbob Jun 2, 2023
034c966
Initial commit (moving-saw-platformer)
tristanbob Jun 3, 2023
d2963a5
Removed unused files
tristanbob Jun 3, 2023
d52ff1c
Optimised images with calibre/image-actions
github-actions[bot] Jun 3, 2023
2473fb9
Added moving platforms and blue flyer.
tristanbob Jun 9, 2023
b0ef754
Optimised images with calibre/image-actions
github-actions[bot] Jun 9, 2023
2176e29
Cleaned up extension
tristanbob Jun 10, 2023
bf6a81a
Updated README and removed bubble image that is not being used
tristanbob Jun 10, 2023
bb336d9
Added preview image
tristanbob Jun 10, 2023
dd18d9d
Merge branch 'main' into moving-saws-platformer
tristanbob Jun 10, 2023
717448e
Optimised images with calibre/image-actions
github-actions[bot] Jun 10, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added examples/moving-saw-platformer/Preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions examples/moving-saw-platformer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Demonstrates how to make an object follow the rectangular border of another object.
This can be used for hazards such as moving saws, or to visually control the movement
paths of NPCs in your game.
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
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
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.
Binary file added examples/moving-saw-platformer/assets/Climb.png
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.
Binary file added examples/moving-saw-platformer/assets/Climb11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/moving-saw-platformer/assets/Climb12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/moving-saw-platformer/assets/Climb13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/moving-saw-platformer/assets/Climb14.png
Binary file added examples/moving-saw-platformer/assets/Climb15.png
Binary file added examples/moving-saw-platformer/assets/Climb16.png
Binary file added examples/moving-saw-platformer/assets/Climb2.png
Binary file added examples/moving-saw-platformer/assets/Climb3.png
Binary file added examples/moving-saw-platformer/assets/Climb4.png
Binary file added examples/moving-saw-platformer/assets/Climb5.png
Binary file added examples/moving-saw-platformer/assets/Climb6.png
Binary file added examples/moving-saw-platformer/assets/Climb7.png
Binary file added examples/moving-saw-platformer/assets/Climb8.png
Binary file added examples/moving-saw-platformer/assets/Climb9.png
Binary file added examples/moving-saw-platformer/assets/Energy Bar.png
Binary file added examples/moving-saw-platformer/assets/Idle41.png
Binary file added examples/moving-saw-platformer/assets/Idle42.png
Binary file added examples/moving-saw-platformer/assets/Idle43.png
Binary file added examples/moving-saw-platformer/assets/Idle44.png
Binary file added examples/moving-saw-platformer/assets/Idle45.png
Binary file added examples/moving-saw-platformer/assets/Idle46.png
Binary file added examples/moving-saw-platformer/assets/Idle47.png
Binary file added examples/moving-saw-platformer/assets/Idle48.png
Binary file added examples/moving-saw-platformer/assets/Idle49.png
Binary file added examples/moving-saw-platformer/assets/Idle50.png
Binary file added examples/moving-saw-platformer/assets/Idle51.png
Binary file added examples/moving-saw-platformer/assets/Idle52.png
Binary file added examples/moving-saw-platformer/assets/Idle53.png
Binary file added examples/moving-saw-platformer/assets/Idle54.png
Binary file added examples/moving-saw-platformer/assets/Idle55.png
Binary file added examples/moving-saw-platformer/assets/Idle56.png
Binary file added examples/moving-saw-platformer/assets/Idle57.png
Binary file added examples/moving-saw-platformer/assets/Idle58.png
Binary file added examples/moving-saw-platformer/assets/Idle59.png
Binary file added examples/moving-saw-platformer/assets/Idle60.png
Binary file added examples/moving-saw-platformer/assets/Jump35.png
Binary file added examples/moving-saw-platformer/assets/Jump36.png
Binary file added examples/moving-saw-platformer/assets/Jump37.png
Binary file added examples/moving-saw-platformer/assets/Jump38.png
Binary file added examples/moving-saw-platformer/assets/Jump39.png
Binary file added examples/moving-saw-platformer/assets/Jump40.png
Binary file added examples/moving-saw-platformer/assets/Jump41.png
Binary file added examples/moving-saw-platformer/assets/Jump42.png
Binary file added examples/moving-saw-platformer/assets/Jump43.png
Binary file added examples/moving-saw-platformer/assets/Jump44.png
Binary file added examples/moving-saw-platformer/assets/Jump45.png
Binary file added examples/moving-saw-platformer/assets/Jump46.png
Binary file added examples/moving-saw-platformer/assets/Jump47.png
Binary file added examples/moving-saw-platformer/assets/Jump48.png
Binary file added examples/moving-saw-platformer/assets/Jump49.png
Binary file added examples/moving-saw-platformer/assets/Jump50.png
Binary file added examples/moving-saw-platformer/assets/Jump51.png
Binary file added examples/moving-saw-platformer/assets/Punch14.png
Binary file added examples/moving-saw-platformer/assets/Punch15.png
Binary file added examples/moving-saw-platformer/assets/Punch16.png
Binary file added examples/moving-saw-platformer/assets/Punch17.png
Binary file added examples/moving-saw-platformer/assets/Punch18.png
Binary file added examples/moving-saw-platformer/assets/Punch19.png
Binary file added examples/moving-saw-platformer/assets/Punch20.png
Binary file added examples/moving-saw-platformer/assets/Punch21.png
Binary file added examples/moving-saw-platformer/assets/Punch22.png
Binary file added examples/moving-saw-platformer/assets/Punch23.png
Binary file added examples/moving-saw-platformer/assets/Punch24.png
Binary file added examples/moving-saw-platformer/assets/Punch25.png
Binary file added examples/moving-saw-platformer/assets/Punch26.png
Binary file added examples/moving-saw-platformer/assets/Run29.png
Binary file added examples/moving-saw-platformer/assets/Run30.png
Binary file added examples/moving-saw-platformer/assets/Run31.png
Binary file added examples/moving-saw-platformer/assets/Run32.png
Binary file added examples/moving-saw-platformer/assets/Run33.png
Binary file added examples/moving-saw-platformer/assets/Run34.png
Binary file added examples/moving-saw-platformer/assets/Run35.png
Binary file added examples/moving-saw-platformer/assets/Run36.png
Binary file added examples/moving-saw-platformer/assets/Run37.png
Binary file added examples/moving-saw-platformer/assets/Run38.png
Binary file added examples/moving-saw-platformer/assets/Run39.png
Binary file added examples/moving-saw-platformer/assets/Run40.png
Binary file added examples/moving-saw-platformer/assets/Run41.png
Binary file added examples/moving-saw-platformer/assets/Run42.png
Binary file added examples/moving-saw-platformer/assets/Saw_Off.png
Binary file added examples/moving-saw-platformer/assets/Saw_On_1.png
Binary file added examples/moving-saw-platformer/assets/Saw_On_2.png
Binary file added examples/moving-saw-platformer/assets/Saw_On_3.png
Binary file added examples/moving-saw-platformer/assets/Saw_On_4.png
Binary file added examples/moving-saw-platformer/assets/Saw_On_5.png
Binary file added examples/moving-saw-platformer/assets/Saw_On_6.png
Binary file added examples/moving-saw-platformer/assets/Saw_On_7.png
Binary file added examples/moving-saw-platformer/assets/Saw_On_8.png
Loading