File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
examples/save-load-simple Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "firstLayout": "",
33 "gdVersion": {
4- "build": 240 ,
4+ "build": 241 ,
55 "major": 5,
66 "minor": 5,
77 "revision": 0
16011601 "conditions": [
16021602 {
16031603 "type": {
1604- "value": "SaveState::SecondsSinceLastSave "
1604+ "value": "SaveState::TimeSinceLastSave "
16051605 },
16061606 "parameters": [
16071607 ">=",
16181618 "LastSave",
16191619 "Text",
16201620 "=",
1621- "\"Last save: \" + ToString(SaveState::SecondsSinceLastSave ()) + \" s\""
1621+ "\"Last save: \" + ToString(SaveState::TimeSinceLastSave ()) + \" s\""
16221622 ]
16231623 }
16241624 ]
16281628 "conditions": [
16291629 {
16301630 "type": {
1631- "value": "SaveState::SecondsSinceLastSave "
1631+ "value": "SaveState::TimeSinceLastSave "
16321632 },
16331633 "parameters": [
16341634 "<",
16551655 "conditions": [
16561656 {
16571657 "type": {
1658- "value": "SaveState::SecondsSinceLastLoad "
1658+ "value": "SaveState::TimeSinceLastLoad "
16591659 },
16601660 "parameters": [
16611661 ">=",
16721672 "LastLoad",
16731673 "Text",
16741674 "=",
1675- "\"Last load: \" + ToString(SaveState::SecondsSinceLastLoad ()) + \" s\""
1675+ "\"Last load: \" + ToString(SaveState::TimeSinceLastLoad ()) + \" s\""
16761676 ]
16771677 }
16781678 ]
16821682 "conditions": [
16831683 {
16841684 "type": {
1685- "value": "SaveState::SecondsSinceLastLoad "
1685+ "value": "SaveState::TimeSinceLastLoad "
16861686 },
16871687 "parameters": [
16881688 "<",
You can’t perform that action at this time.
0 commit comments