-
Notifications
You must be signed in to change notification settings - Fork 10
/
pubspec.yaml
37 lines (33 loc) · 876 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: leap_standard_platformer
description: Platformer example to showcase the usage of Leap with Flame
publish_to: 'none'
version: 1.0.0
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: 3.13.2
dependencies:
flame: ^1.18.0
flame_audio: ^2.10.2
flame_tiled: ^1.20.0
flutter:
sdk: flutter
leap:
path: ../../packages/leap
tiled: ^0.10.1
dev_dependencies:
flame_lint: ^1.1.1
flutter:
uses-material-design: true
assets:
- assets/audio/die.wav
- assets/audio/coin.wav
- assets/audio/jump.wav
- assets/audio/spawn.wav
- assets/audio/village_music.mp3
- assets/images/level_ice_tileset.png
- assets/images/level_standard_tileset.png
- assets/images/repeatable_background.png
- assets/images/player_spritesheet.png
- assets/tiles/map_everything.tmx
- assets/tiles/map_ladders.tmx
- assets/tiles/map_menu.tmx