Skip to content

Commit

Permalink
more stabletons
Browse files Browse the repository at this point in the history
there's still bugs
  • Loading branch information
IonutParau committed Jun 16, 2023
1 parent 7614a57 commit 6cc8d0e
Show file tree
Hide file tree
Showing 5 changed files with 226 additions and 78 deletions.
Binary file added assets/images/stableton/stable_c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/stableton/stable_d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/stableton/stable_p.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions lib/logic/cell_data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,9 @@ final cells = {
"stable_j",
"stable_k",
"stable_n",
"stable_c",
"stable_d",
"stable_p",
}.toList();

final modded = <String>[];
Expand All @@ -401,6 +404,9 @@ HashMap<String, String> textureMap = HashMap.from({
"stable_j.png": "stableton/stable_j.png",
"stable_k.png": "stableton/stable_k.png",
"stable_n.png": "stableton/stable_n.png",
"stable_c.png": "stableton/stable_c.png",
"stable_d.png": "stableton/stable_d.png",
"stable_p.png": "stableton/stable_p.png",
"configurable_redirector.png": "rotators/configurable_redirector.png",
"balanced_enemy.png": "destroyers/enemy/balanced_enemy.png",
"mech_enemy_gen.png": "mechanical/mech_enemy_gen.png",
Expand Down Expand Up @@ -1360,10 +1366,13 @@ final categories = [
[
"stable_a",
"stable_b",
"stable_c",
"stable_d",
"stable_i",
"stable_j",
"stable_k",
"stable_n",
"stable_p",
],
"stable_a",
),
Expand Down Expand Up @@ -3240,6 +3249,14 @@ final cellInfo = <String, CellProfile>{
"Stableton N",
"Adjacent offsets, has a unit constant of -5, layer constants of (1, 1, -1, 1, -1, 1, 1, -1, 1, -1, 1, 1, -1, 1, -1), is not stationary but not clonable.",
),
"stable_c": CellProfile(
"Stableton C",
"Stableton A but can decay into Stableton D",
),
"stable_d": CellProfile(
"Stableton D",
"Stableton B but can decay into Stableton C",
),
};

enum CellPropertyType {
Expand Down
Loading

0 comments on commit 6cc8d0e

Please sign in to comment.