initial
12
.babelrc
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"plugins": ["@babel/transform-runtime", ["@babel/plugin-proposal-decorators", { "version": "2023-05"}]],
|
||||||
|
"presets": [
|
||||||
|
[
|
||||||
|
"@babel/preset-env",
|
||||||
|
{
|
||||||
|
"useBuiltIns": "usage",
|
||||||
|
"corejs": "3.22"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
6
.browserslistrc
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
> 0.5%
|
||||||
|
last 2 versions
|
||||||
|
Firefox ESR
|
||||||
|
not dead
|
||||||
|
iOS >= 13
|
||||||
|
Safari >= 13
|
||||||
14
.editorconfig
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
# This file is for unifying the coding style for different editors and IDEs.
|
||||||
|
# More information at http://EditorConfig.org
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
end_of_line = lf
|
||||||
|
insert_final_newline = true
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
|
[{package.json,bower.json,.github/workflows/*.yml}]
|
||||||
|
|
||||||
|
indent_size = 2
|
||||||
34
.eslintrc.js
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
module.exports = {
|
||||||
|
"env": {
|
||||||
|
"browser": true,
|
||||||
|
"es2021": true
|
||||||
|
},
|
||||||
|
"extends": "eslint:recommended",
|
||||||
|
"overrides": [
|
||||||
|
{
|
||||||
|
"env": {
|
||||||
|
"node": true
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
".eslintrc.{js,cjs}"
|
||||||
|
],
|
||||||
|
"parserOptions": {
|
||||||
|
"sourceType": "script"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"parserOptions": {
|
||||||
|
"ecmaVersion": "latest",
|
||||||
|
"sourceType": "module"
|
||||||
|
},
|
||||||
|
"rules": {
|
||||||
|
"object-curly-spacing": ["always"],
|
||||||
|
"no-unused-vars": ["warn"],
|
||||||
|
"no-console": "off",
|
||||||
|
"indent": ["error", 2, { "SwitchCase": 1 }],
|
||||||
|
"no-trailing-spaces": ["warn"],
|
||||||
|
"no-multi-spaces": ["warn"],
|
||||||
|
"space-infix-ops": ["warn"],
|
||||||
|
"keyword-spacing": ["warn"]
|
||||||
|
}
|
||||||
|
};
|
||||||
8
.gitignore
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
/node_modules/
|
||||||
|
.idea
|
||||||
|
/dist/
|
||||||
|
.DS_Store
|
||||||
|
.env
|
||||||
|
/yalc.lock
|
||||||
|
/.yalc/
|
||||||
|
.npmrc
|
||||||
4
.gitlab-ci.yml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
include:
|
||||||
|
- project: infrastructure/gitlab_ci_templates
|
||||||
|
file: entrypoints/front/front-entrypoint.gitlab-ci.yml
|
||||||
|
ref: main
|
||||||
17
README.md
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
# Amazon City of Gold
|
||||||
|
|
||||||
|
## Description
|
||||||
|
Area 69 reskin
|
||||||
|
|
||||||
|
## Features
|
||||||
|
- Sticky wild
|
||||||
|
- Expanding multipliers
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
```npm install```
|
||||||
|
|
||||||
|
```npm run dev```
|
||||||
|
|
||||||
|
```npm run staging``` - to build for staging
|
||||||
|
|
||||||
|
```npm run prod``` - to build for prod
|
||||||
0
art/.gitkeep
Normal file
BIN
art/Popups/images/fs/15.png
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
art/Popups/images/fs/YOU WON.png
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
art/Popups/images/fs/additional.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
art/Popups/images/fs/free spins.png
Normal file
|
After Width: | Height: | Size: 38 KiB |
BIN
art/Popups/images/fs/fs_bg.png
Normal file
|
After Width: | Height: | Size: 1.5 MiB |
BIN
art/Popups/images/fs/fs_bg_half.png
Normal file
|
After Width: | Height: | Size: 890 KiB |
BIN
art/Popups/images/fs/fs_column_left.png
Normal file
|
After Width: | Height: | Size: 105 KiB |
BIN
art/Popups/images/fs/fs_column_right.png
Normal file
|
After Width: | Height: | Size: 107 KiB |
BIN
art/Popups/images/fs/fs_glow1.png
Normal file
|
After Width: | Height: | Size: 124 KiB |
BIN
art/Popups/images/fs/fs_glow1_half.png
Normal file
|
After Width: | Height: | Size: 68 KiB |
BIN
art/Popups/images/fs/fs_glow2.png
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
art/Popups/images/fs/fs_glow2_half.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
art/Popups/images/fs/fs_light.png
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
art/Popups/images/fs/fs_light_half.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
art/Popups/images/fs/fs_stand.png
Normal file
|
After Width: | Height: | Size: 271 KiB |
BIN
art/Popups/images/fs/fs_stand_half.png
Normal file
|
After Width: | Height: | Size: 146 KiB |
BIN
art/Popups/images/fs/fs_whell.png
Normal file
|
After Width: | Height: | Size: 371 KiB |
BIN
art/Popups/images/fs/fs_whell_half.png
Normal file
|
After Width: | Height: | Size: 216 KiB |
BIN
art/Popups/images/fs/left.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
art/Popups/images/fs/placeholder.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
art/Popups/images/fs/tap to start.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
art/Popups/images/fs_abduction/15.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
art/Popups/images/fs_abduction/free spins.png
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
art/Popups/images/fs_abduction/fs_exw1_l.png
Normal file
|
After Width: | Height: | Size: 142 KiB |
BIN
art/Popups/images/fs_abduction/fs_exw2_r.png
Normal file
|
After Width: | Height: | Size: 142 KiB |
BIN
art/Popups/images/fs_abduction/fs_exw3_top.png
Normal file
|
After Width: | Height: | Size: 146 KiB |
BIN
art/Popups/images/fs_abduction/fs_exw_shadow.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
art/Popups/images/fs_abduction/fs_frame.png
Normal file
|
After Width: | Height: | Size: 132 KiB |
BIN
art/Popups/images/fs_abduction/fs_glow copy.png
Normal file
|
After Width: | Height: | Size: 239 KiB |
BIN
art/Popups/images/fs_abduction/fs_rays copy.png
Normal file
|
After Width: | Height: | Size: 168 KiB |
BIN
art/Popups/images/fs_abduction/fs_stone_l.png
Normal file
|
After Width: | Height: | Size: 142 KiB |
BIN
art/Popups/images/fs_abduction/fs_stone_r.png
Normal file
|
After Width: | Height: | Size: 143 KiB |
BIN
art/Popups/images/fs_abduction/fs_stone_top.png
Normal file
|
After Width: | Height: | Size: 134 KiB |
BIN
art/Popups/images/fs_abduction/fs_stone_top_s.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
art/Popups/images/fs_hangover/hangover.png
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
art/Popups/images/fs_hangover/hg_glow.png
Normal file
|
After Width: | Height: | Size: 181 KiB |
BIN
art/Popups/images/fs_hangover/hg_rays.png
Normal file
|
After Width: | Height: | Size: 132 KiB |
BIN
art/Popups/images/fs_hangover/hg_stone_left.png
Normal file
|
After Width: | Height: | Size: 142 KiB |
BIN
art/Popups/images/fs_hangover/hg_stone_right.png
Normal file
|
After Width: | Height: | Size: 132 KiB |
BIN
art/Popups/images/fs_hangover/hg_stone_top.png
Normal file
|
After Width: | Height: | Size: 123 KiB |
BIN
art/Popups/images/fs_hangover/hg_stone_top_s.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
art/Popups/images/fs_hangover/hg_wild_1.png
Normal file
|
After Width: | Height: | Size: 95 KiB |
BIN
art/Popups/images/fs_hangover/hg_wild_2.png
Normal file
|
After Width: | Height: | Size: 94 KiB |
BIN
art/Popups/images/fs_hangover/hg_wild_3.png
Normal file
|
After Width: | Height: | Size: 88 KiB |
BIN
art/Popups/images/fs_hangover/placeholder2.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
art/Popups/popups.spine
Normal file
BIN
art/anticipation/anticip_bg.png
Normal file
|
After Width: | Height: | Size: 77 KiB |
BIN
art/anticipation/anticip_bg_half.png
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
BIN
art/anticipation/anticip_circle_SAMPLE.png
Normal file
|
After Width: | Height: | Size: 107 KiB |
BIN
art/anticipation/anticip_circle_whole_source.png
Normal file
|
After Width: | Height: | Size: 539 KiB |
BIN
art/anticipation/anticip_circle_whole_source_1.4.png
Normal file
|
After Width: | Height: | Size: 164 KiB |
BIN
art/anticipation/anticip_frame.png
Normal file
|
After Width: | Height: | Size: 38 KiB |
BIN
art/anticipation/anticip_frame1_half.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
art/anticipation/anticip_frame2_half.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
art/anticipation/anticip_frame_glow.png
Normal file
|
After Width: | Height: | Size: 64 KiB |
BIN
art/anticipation/anticip_frame_glow1_half.png
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
art/anticipation/anticip_frame_glow2_half.png
Normal file
|
After Width: | Height: | Size: 8.4 KiB |
BIN
art/anticipation/anticip_glow.png
Normal file
|
After Width: | Height: | Size: 151 KiB |
BIN
art/anticipation/anticipation.spine
Normal file
BIN
art/anticipation/gameview_m_reels_symb.png
Normal file
|
After Width: | Height: | Size: 6.3 MiB |
BIN
art/anticipation/symbols.png
Normal file
|
After Width: | Height: | Size: 366 KiB |
32
art/gameviews/README.txt
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
- main game
|
||||||
|
main_game_background
|
||||||
|
reels / skin: main
|
||||||
|
main_character_placeholder
|
||||||
|
placeholder
|
||||||
|
main_character [embeded spine]
|
||||||
|
main_game_front
|
||||||
|
|
||||||
|
|
||||||
|
- respins game
|
||||||
|
respins_game_background
|
||||||
|
reels / skin: respins
|
||||||
|
bonus_indicator_placeholder
|
||||||
|
bonus_indicator
|
||||||
|
respins_character_placeholder
|
||||||
|
placeholder
|
||||||
|
respins_character [embeded spine]
|
||||||
|
respins_game_front
|
||||||
|
|
||||||
|
|
||||||
|
- freespins game
|
||||||
|
freespins_game_background
|
||||||
|
reels / skin: freespins
|
||||||
|
freespins_character_placeholder
|
||||||
|
placeholder_left
|
||||||
|
freespins_character_left [embeded spine]
|
||||||
|
placeholder_right
|
||||||
|
freespins_character_right [embeded spine]
|
||||||
|
freespins_game_front
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
After Width: | Height: | Size: 8.6 KiB |
|
After Width: | Height: | Size: 5.9 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 9.7 KiB |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 2.6 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 5.0 KiB |
|
After Width: | Height: | Size: 7.1 KiB |
|
After Width: | Height: | Size: 4.6 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 5.4 KiB |
|
After Width: | Height: | Size: 3.8 KiB |
|
After Width: | Height: | Size: 3.6 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 9.6 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 76 KiB |
|
After Width: | Height: | Size: 5.3 KiB |