diff --git a/docs/08-change-logs/05-haxe-remake.md b/docs/08-change-logs/05-haxe-remake.md new file mode 100644 index 0000000..1af94a4 --- /dev/null +++ b/docs/08-change-logs/05-haxe-remake.md @@ -0,0 +1,55 @@ +# Haxe Remake + +## CHANGE + +### 1. Change the word: "Power" to "Buy" + +### 2. Info pages: update to new standard +![Add Symbol Texture](./img/info.png) + +### 3. New loading screen + +### 4. New mobile ui + +### 5. SpecialWin : take from another game + +### 6: Big title text +Should create new asset to fit the new theme/color of the game + +![Add Symbol Texture](./img/big-title-text.png) + +### 7. Add item description. + +### 8. Deactivate loss limit and single win limit from AutoPlay +Dev will hide per game these opt in autoplay on mobile + +![Add Symbol Texture](./img/loss-limit.png) + +### 9: Powerplay & Fast play & limit buy bonus: + +### 10: Show win +Show win +Follow current show win standard for cascade and non-cascade game + +Desktop: new standard +Mobile: old standard + +## KEEP OLD VERSION + +### 1. Sideband: don't change + +### 2. Spin button: don't change + +### 3. Don't add idle animation for scatter or wilds + +### 4. Logo: static + +### 5: Sound + +Keep current assets + +### 6: Exit popup: Keep current asset and logic of the game + + + + diff --git a/docs/08-change-logs/img/big-title-text.png b/docs/08-change-logs/img/big-title-text.png new file mode 100644 index 0000000..e30abbe Binary files /dev/null and b/docs/08-change-logs/img/big-title-text.png differ diff --git a/docs/08-change-logs/img/info.png b/docs/08-change-logs/img/info.png new file mode 100644 index 0000000..e19816d Binary files /dev/null and b/docs/08-change-logs/img/info.png differ diff --git a/docs/08-change-logs/img/loss-limit.png b/docs/08-change-logs/img/loss-limit.png new file mode 100644 index 0000000..53eeabc Binary files /dev/null and b/docs/08-change-logs/img/loss-limit.png differ