Skip to content

Commit eba0e85

Browse files
committed
update to quint 0.1.0, remove loadig screen recolour, bump ver to 1.1.0
1 parent 0a06224 commit eba0e85

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

-6.42 MB
Binary file not shown.

TestMod/TestMod.cs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class TestMod : QuintessentialMod {
2323

2424
public override void Load() {}
2525

26-
public override void PostLoad() {
26+
public override void LoadPuzzleContent() {
2727
Logger.Log("TestMod: Adding part");
2828
// by this point, everything should have Happened and I can start messing with parts
2929
// let's make a triplex bonder in the shape of a multi-bonder
@@ -162,5 +162,9 @@ private static void OnSimMethod1832(orig_Sim_method_1832 orig, Sim self, bool pa
162162
public override void Unload() {
163163
hook_Sim_method_1832.Dispose();
164164
}
165-
}
165+
166+
public override void PostLoad() {
167+
168+
}
169+
}
166170
}

quintessential.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Name: TestMod
2-
Version: 1.0.0
2+
Version: 1.1.0
33
DLL: "TestMod/bin/Debug/net451/TestMod.dll"

0 commit comments

Comments
 (0)