Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
8 changes: 4 additions & 4 deletions doc/flame/collision_detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ need some of the following things (since it is simpler to not involve Forge2D):

## Examples

- [https://examples.flame-engine.org/#/Collision%20Detection_Collidable%20AnimationComponent]
- [https://examples.flame-engine.org/#/Collision%20Detection_Circles]
- [https://examples.flame-engine.org/#/Collision%20Detection_Multiple%20shapes]
- [https://github.com/flame-engine/flame/tree/main/examples/lib/stories/collision_detection]
- [Collidable AnimationComponent](https://examples.flame-engine.org/#/Collision_Detection_Collidable_AnimationComponent)
- [Circles](https://examples.flame-engine.org/#/Collision_Detection_Circles)
- [Multiple shapes](https://examples.flame-engine.org/#/Collision_Detection_Multiple_shapes)
- [More Examples](https://github.com/flame-engine/flame/tree/main/examples/lib/stories/collision_detection)
2 changes: 1 addition & 1 deletion doc/flame/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -1254,7 +1254,7 @@ This is an example of how a quarter-length map looks like:
Flame's Example app contains a more in-depth example, featuring how to parse coordinates to make a
selector. The code can be found
[here](https://github.com/flame-engine/flame/blob/main/examples/lib/stories/rendering/isometric_tile_map_example.dart),
and a live version can be seen [here](https://examples.flame-engine.org/#/Rendering_Isometric%20Tile%20Map).
and a live version can be seen [here](https://examples.flame-engine.org/#/Rendering_Isometric_Tile_Map).


## NineTileBoxComponent
Expand Down
2 changes: 1 addition & 1 deletion doc/flame/inputs/other_inputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ And it can be seen running [here](https://examples.flame-engine.org/#/Input_Joys

There is also a more advanced example
[here](https://github.com/flame-engine/flame/blob/main/examples/lib/stories/input/joystick_advanced_example.dart)
which is running [here](https://examples.flame-engine.org/#/Input_Joystick%20Advanced).
which is running [here](https://examples.flame-engine.org/#/Input_Joystick_Advanced).


## HudButtonComponent
Expand Down
2 changes: 1 addition & 1 deletion examples/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
flutter: ">=3.19.0"

dependencies:
dashbook: ^0.1.12
dashbook: ^0.1.14
flame: ^1.17.0
flame_audio: ^2.10.1
flame_forge2d: ^0.17.1
Expand Down
1 change: 0 additions & 1 deletion packages/flame_forge2d/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ environment:
flutter: ">=3.19.0"

dependencies:
dashbook: ^0.1.12
flame: ^1.17.0
flame_forge2d: ^0.17.1
flutter:
Expand Down