mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2024-12-23 13:47:30 +00:00
changes name of puppy shuffling option
This commit is contained in:
parent
10bfd01bac
commit
0a12d846c5
|
@ -15,7 +15,7 @@ return { style = 'dialog',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ type = 'label', text = 'Randomization Options', minheight = 32 },
|
{ type = 'label', text = 'Randomization Options', minheight = 32 },
|
||||||
{ type = 'check', value = false, id = 'puppy', text = "Puppysanity", minheight = 27 },
|
{ type = 'check', value = false, id = 'puppy', text = "Puppies outside Sand Zone", minheight = 27 },
|
||||||
{ flow = 'x', height = 32,
|
{ flow = 'x', height = 32,
|
||||||
{ type = 'check', value = false, id = 'seqbreak', text = "Sequence breaks", minheight = 32, width = 170},
|
{ type = 'check', value = false, id = 'seqbreak', text = "Sequence breaks", minheight = 32, width = 170},
|
||||||
{ type = 'button', style = 'dialogButton', text = "Modify", id = 'seqButton', width = 70, align = 'center' },
|
{ type = 'button', style = 'dialogButton', text = "Modify", id = 'seqButton', width = 70, align = 'center' },
|
||||||
|
|
Loading…
Reference in a new issue