Skip to content

Commit

Permalink
rng cubes
Browse files Browse the repository at this point in the history
  • Loading branch information
rainlizard committed Feb 9, 2025
1 parent 9755cac commit 860a9b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"godotTools.editorPath.godot3": "c:\\Godot\\Godot_v3.5.3-stable_win64.exe"
}
6 changes: 4 additions & 2 deletions Autoload/Cube.gd
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ const rngCube = {
"Earth" : [1,2,3],
"ClaimedGround" : [126,127,128],
"Gold" : [49,50,51],
"DenseGold" : [482,483,484],
"IntermediateGold" : [488,489,490],
"GoldNearLava" : [52,53,54],
"IntermediateGold" : [488,489,490],
"IntermediateGoldNearLava" : [491,492,493],
"DenseGold" : [482,483,484],
"DenseGoldNearLava" : [485,486,487],
"PathClean" : [25,26,27],
"PathWithStones" : [28,29],
"Library" : [174,175],
Expand Down

0 comments on commit 860a9b1

Please sign in to comment.