mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-20 04:05:06 -04:00
Build 29059827
This commit is contained in:
parent
47badbb930
commit
866bf4164b
6 changed files with 11 additions and 11 deletions
10
Readme.md
10
Readme.md
|
@ -13,11 +13,10 @@ Break colourful bricks, catch bouncing coins and select powerful upgrades !
|
|||
|
||||
|
||||
|
||||
# changelog
|
||||
# Changelog
|
||||
|
||||
## next goals
|
||||
|
||||
- wind : move coins based on puck movement not position
|
||||
|
||||
## 29059721.
|
||||
|
||||
|
@ -110,12 +109,12 @@ Break colourful bricks, catch bouncing coins and select powerful upgrades !
|
|||
- Warn about unbounded
|
||||
- Red border dashes
|
||||
|
||||
# ideas
|
||||
# Ideas and features
|
||||
|
||||
## UX / gameplay
|
||||
|
||||
- on mobile, relative movement of the touch would be amplified and added to the puck
|
||||
- option : don't pause on mobile when lifting finger
|
||||
- mobile option: relative movement of the touch would be amplified and added to the puck
|
||||
- mobile option: don't pause on mobile when lifting finger
|
||||
- [obigre] Offer to level ups perks separately from picking new ones
|
||||
- strict sample size red borders ?
|
||||
- on mobile, add an element that feels like it can be "grabbed" and make it shine while writing "Push here to play"
|
||||
|
@ -195,6 +194,7 @@ Break colourful bricks, catch bouncing coins and select powerful upgrades !
|
|||
- [colin] side pucks - same as above but with two side pucks : hard to know where to put them
|
||||
|
||||
## ideas to sort
|
||||
- wind : move coins based on puck movement not position
|
||||
- loop only when 7 rerolls have been acumulated.
|
||||
- store much more details about run (level by level) as numbers only (instead of json that gets big false)
|
||||
- double coin value when they hit the sides
|
||||
|
|
|
@ -11,8 +11,8 @@ android {
|
|||
applicationId = "me.lecaro.breakout"
|
||||
minSdk = 21
|
||||
targetSdk = 34
|
||||
versionCode = 29059721
|
||||
versionName = "29059721"
|
||||
versionCode = 29059827
|
||||
versionName = "29059827"
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables {
|
||||
useSupportLibrary = true
|
||||
|
|
File diff suppressed because one or more lines are too long
2
dist/index.html
vendored
2
dist/index.html
vendored
|
@ -1474,7 +1474,7 @@ const upgrades = (0, _upgrades.rawUpgrades).map((u)=>({
|
|||
}));
|
||||
|
||||
},{"./data/palette.json":"ktRBU","./data/levels.json":"8JSUc","./data/version.json":"iyP6E","./upgrades":"1u3Dx","./getLevelBackground":"7OIPf","./levelIcon":"6rQoT","@parcel/transformer-js/src/esmodule-helpers.js":"gkKU3"}],"iyP6E":[function(require,module,exports,__globalThis) {
|
||||
module.exports = JSON.parse("\"29059721\"");
|
||||
module.exports = JSON.parse("\"29059827\"");
|
||||
|
||||
},{}],"1u3Dx":[function(require,module,exports,__globalThis) {
|
||||
var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// The version of the cache.
|
||||
const VERSION = "29059721";
|
||||
const VERSION = "29059827";
|
||||
|
||||
// The name of the cache
|
||||
const CACHE_NAME = `breakout-71-${VERSION}`;
|
||||
|
|
|
@ -1 +1 @@
|
|||
"29059721"
|
||||
"29059827"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue