Skip to content

Commit

Permalink
✨ Add preset maps
Browse files Browse the repository at this point in the history
  • Loading branch information
Poeschl committed Apr 22, 2024
1 parent e598abf commit c4a4845
Show file tree
Hide file tree
Showing 8 changed files with 24,610 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
- id: end-of-file-fixer
- id: check-merge-conflict
- id: check-added-large-files
args: [--maxkb=500, --enforce-all]
args: [--maxkb=1024, --enforce-all]
- id: check-shebang-scripts-are-executable
- id: mixed-line-ending
args: [--fix, lf]
Expand Down
4,104 changes: 4,104 additions & 0 deletions backend/src/main/resources/db/migration/V1_004__add_map_icon_map.sql

Large diffs are not rendered by default.

4,104 changes: 4,104 additions & 0 deletions backend/src/main/resources/db/migration/V1_005__add_map_easy.sql

Large diffs are not rendered by default.

16,392 changes: 16,392 additions & 0 deletions backend/src/main/resources/db/migration/V1_006__add_map_climb-up.sql

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions maps/climb-up.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions maps/climb-up.wgen
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(version:"0.3.1",steps:[(disabled:false,mask:None,typ:Hills((nb_hill:280,base_radius:39.0,radius_var:0.12,height:0.3))),(disabled:false,mask:None,typ:MidPoint((roughness:0.37)))],cur_step:(disabled:false,mask:None,typ:WaterErosion((drop_amount:0.5,erosion_strength:0.1,evaporation:0.05,capacity:8.0,min_slope:0.05,deposition:0.1,inertia:0.4,radius:4.0))),selected_step:1,move_to_pos:0,hovered:false,seed:666)
4 changes: 2 additions & 2 deletions maps/easy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions maps/icon_map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c4a4845

Please sign in to comment.