Skip to content

Commit

Permalink
2023.4 initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
earok committed Nov 26, 2023
1 parent 463ed08 commit 39bfae7
Show file tree
Hide file tree
Showing 2,039 changed files with 163,745 additions and 169,359 deletions.
Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

2 changes: 0 additions & 2 deletions Editor/Scorpion Editor - 2023.3_Data/app.info

This file was deleted.

Binary file removed Editor/Scorpion Editor - 2023.3_Data/level0
Binary file not shown.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"Compiler":"megadrive",
"ParentPlatform":"megadrive",
"Features":["MegaDrive","MegaDrive_32X"],
"Description":"MegaDrive (Genesis) 32X - Experimental/unsupported"
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"Variables": [],
"Commands": [
{
"Values": {
"SoundMD": "none"
},
"Values": {},
"DataVersion": 6,
"Category": "Base",
"BasicOperationType": "CommentOnly",
Expand All @@ -18,6 +16,7 @@
"DialogueOperationType": "Speak",
"DataOperationType": "Load",
"ControlOperationType": "JumpControls",
"PaletteOperationType": "SetColor",
"CoreType": "ActorSetType",
"ControlMode": "Joys_1",
"Goto": "",
Expand All @@ -31,10 +30,11 @@
"Breakpoint": true,
"Conditions": [
{
"IsOR": false,
"LeftSide": "",
"Comparison": "NotZero",
"RightSide": ""
"RightSide": "",
"ComparisonNext": "End",
"IsValid": false
}
],
"Level": "none",
Expand Down Expand Up @@ -63,6 +63,12 @@
"Up": "0",
"Down": "0"
},
"LookAhead": {
"Left": "0",
"Right": "0",
"Up": "0",
"Down": "0"
},
"YRes": "224",
"FrameWait": "",
"CameraFollowLeft": true,
Expand All @@ -71,10 +77,6 @@
"CameraFollowDown": true,
"CameraFollowInterpolateCamera": false,
"CameraFollowInterpolateSprites": false,
"Fire1Jump": false,
"Fire2Jump": true,
"UpJump": true,
"JumpOnHold": false,
"ColorIndex": "0",
"Color": {
"r": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"Variables": [],
"Commands": [
{
"Values": {
"SoundMD": "none"
},
"Values": {},
"DataVersion": 6,
"Category": "Actor",
"BasicOperationType": "CommentOnly",
Expand All @@ -18,6 +16,7 @@
"DialogueOperationType": "Speak",
"DataOperationType": "Load",
"ControlOperationType": "JumpControls",
"PaletteOperationType": "SetColor",
"CoreType": "ActorSetType",
"ControlMode": "Joys_1",
"Goto": "",
Expand All @@ -31,10 +30,11 @@
"Breakpoint": false,
"Conditions": [
{
"IsOR": false,
"LeftSide": "",
"Comparison": "NotZero",
"RightSide": ""
"RightSide": "",
"ComparisonNext": "End",
"IsValid": false
}
],
"Level": "none",
Expand Down Expand Up @@ -63,6 +63,12 @@
"Up": "0",
"Down": "0"
},
"LookAhead": {
"Left": "0",
"Right": "0",
"Up": "0",
"Down": "0"
},
"YRes": "224",
"FrameWait": "",
"CameraFollowLeft": true,
Expand All @@ -71,10 +77,6 @@
"CameraFollowDown": true,
"CameraFollowInterpolateCamera": false,
"CameraFollowInterpolateSprites": false,
"Fire1Jump": false,
"Fire2Jump": true,
"UpJump": true,
"JumpOnHold": false,
"ColorIndex": "0",
"Color": {
"r": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"Variables": [],
"Commands": [
{
"Values": {
"SoundMD": "none"
},
"Values": {},
"DataVersion": 6,
"Category": "Conditional",
"BasicOperationType": "CommentOnly",
Expand All @@ -18,6 +16,7 @@
"DialogueOperationType": "Speak",
"DataOperationType": "Load",
"ControlOperationType": "JumpControls",
"PaletteOperationType": "SetColor",
"CoreType": "ActorSetType",
"ControlMode": "Joys_1",
"Goto": "destroy_actor",
Expand All @@ -31,10 +30,11 @@
"Breakpoint": false,
"Conditions": [
{
"IsOR": false,
"LeftSide": "actor_type",
"Comparison": "NotZero",
"RightSide": "none"
"RightSide": "none",
"ComparisonNext": "End",
"IsValid": true
}
],
"Level": "none",
Expand Down Expand Up @@ -63,6 +63,12 @@
"Up": "0",
"Down": "0"
},
"LookAhead": {
"Left": "0",
"Right": "0",
"Up": "0",
"Down": "0"
},
"YRes": "224",
"FrameWait": "",
"CameraFollowLeft": true,
Expand All @@ -71,10 +77,6 @@
"CameraFollowDown": true,
"CameraFollowInterpolateCamera": false,
"CameraFollowInterpolateSprites": false,
"Fire1Jump": false,
"Fire2Jump": true,
"UpJump": true,
"JumpOnHold": false,
"ColorIndex": "0",
"Color": {
"r": 0,
Expand Down
Loading

0 comments on commit 39bfae7

Please sign in to comment.