Add more entries
+ Add a texture variation system.
This commit is contained in:
parent
16f40d3a88
commit
4a2699615d
12 changed files with 79 additions and 11 deletions
|
@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
|||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
# In Windows, build-name is used as the major, minor, and patch parts
|
||||
# of the product and file versions while build-number is used as the build suffix.
|
||||
version: 1.0.032525+1924
|
||||
version: 1.0.032525+1952
|
||||
|
||||
environment:
|
||||
sdk: ^3.7.0
|
||||
|
@ -447,6 +447,13 @@ flutter:
|
|||
- assets/sprites/cradily.png
|
||||
- assets/sprites/anorith.png
|
||||
- assets/sprites/armaldo.png
|
||||
- assets/sprites/feebas.png
|
||||
- assets/sprites/milotic.png
|
||||
- assets/sprites/castform.png
|
||||
- assets/sprites/castform_rainy.png
|
||||
- assets/sprites/castform_snowy.png
|
||||
- assets/sprites/castform_sunny.png
|
||||
- assets/sprites/kecleon.png
|
||||
|
||||
# An image asset can refer to one or more resolution-specific "variants", see
|
||||
# https://flutter.dev/to/resolution-aware-images
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue