Add Master Instinct mode (#545)

* Add Inverse Invisible mode

A mode where the locked pieces doesn't become invisible, but your active piece does.

[NOTE: I haven't added the mode to the map yet because the mode selection screen is changing]

* Renamed to Master Instinct
This commit is contained in:
NOT_A_ROBOT
2021-12-20 13:51:30 +07:00
committed by GitHub
parent a86228677f
commit f8935d3dd7
8 changed files with 112 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
local C=COLOR
return{
fallback='en',
loadText={
loadSFX="Memuat efek suara",
loadSample="Memuat sampel-sampel instrumen",
@@ -713,6 +714,7 @@ return{
['master_final']= {"Jago", "TERAKHIR", "Lebih dari 20G"},
['master_ph']= {"Jago", "KHAYALAN", "???"},
['master_ex']= {"Sangat Jago", "EKSTRA", "Blok tidak kelihatan"},
['master_instinct']={"Jago", "INSTINK", "Bagaimana jika blok terkontrol tersembunyi?"},
['strategy_e']= {"Strategi", "MUDAH", "Keputusan 20G cepat"},
['strategy_h']= {"Strategi", "SULIT", "Keputusan 20G cepat"},
['strategy_u']= {"Strategi", "TERAKHIR", "Keputusan 20G cepat"},