mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-03-01 18:29:12 +00:00
Switched record mode key to just 'R' to save time.
This commit is contained in:
parent
1d2ee3ad13
commit
52837c1a35
@ -649,7 +649,7 @@ def _newOrLoadGame(ask)#1
|
|||||||
displayMenu(existing)
|
displayMenu(existing)
|
||||||
fin
|
fin
|
||||||
break
|
break
|
||||||
is 18 // ctrl-R
|
is 'R'
|
||||||
setRecordMode(1)
|
setRecordMode(1)
|
||||||
break
|
break
|
||||||
wend
|
wend
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#!/usr/bin/env ruby
|
#!/usr/bin/env ruby
|
||||||
|
|
||||||
|
print "R"
|
||||||
File.readlines(ARGV[0]).each do |line|
|
File.readlines(ARGV[0]).each do |line|
|
||||||
line.scan(/KEY:(.*?) SEED:/).each { |match| print $1 }
|
line.scan(/KEY:(.*?) SEED:/).each { |match| print $1 }
|
||||||
line.scan(/STRING:(.*)/).each { |match| puts $1 }
|
line.scan(/STRING:(.*)/).each { |match| puts $1 }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user