Skip to content

Commit 839acd8

Browse files
committed
Improve 3D Shoot'em up starter
1 parent ecc1d47 commit 839acd8

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Shoot 'em up
2-
3-
A 3D side-scrolling shoot ’em up where the player can move around the screen while automatically firing bullets. Enemies regularly appear from the opposite side, advancing toward the player and shooting back.
4-
5-
Support for keyboard and mobile controls.
1+
# Shoot 'em up
2+
3+
A 3D side-scrolling shoot ’em up where the player can move around the screen while automatically firing bullets. Enemies regularly appear from the opposite side, advancing toward the player and shooting back.
4+
5+
Support for keyboard and mobile controls.

examples/starting-3d-shootemup/starting-3d-shootemup.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"firstLayout": "",
33
"gdVersion": {
4-
"build": 242,
4+
"build": 243,
55
"major": 5,
66
"minor": 5,
77
"revision": 0
@@ -14,12 +14,12 @@
1414
"orientation": "landscape",
1515
"packageName": "com.example.gamename",
1616
"pixelsRounding": false,
17-
"projectUuid": "257d15df-3df0-4079-be38-43d81daf07c7",
17+
"projectUuid": "997e66f9-37fb-4227-9544-049868ebeb12",
1818
"scaleMode": "linear",
1919
"sizeOnStartupMode": "",
2020
"templateSlug": "starting-top-down",
2121
"version": "1.0.0",
22-
"name": "starting_3dshootemup",
22+
"name": "starting-3d-shootemup",
2323
"description": "",
2424
"author": "",
2525
"windowWidth": 1280,
@@ -214,7 +214,8 @@
214214
"gridAlpha": 0.8,
215215
"snap": false,
216216
"zoomFactor": 0.37971210019479623,
217-
"windowMask": false
217+
"windowMask": false,
218+
"selectedLayer": ""
218219
},
219220
"objectsGroups": [],
220221
"variables": [],
@@ -868,12 +869,13 @@
868869
},
869870
{
870871
"type": {
871-
"value": "FlippableCapability::FlippableBehavior::FlipX"
872+
"value": "RotateTowardAngle"
872873
},
873874
"parameters": [
874875
"Enemy",
875-
"Flippable",
876-
"yes"
876+
"180",
877+
"0",
878+
""
877879
]
878880
}
879881
]
@@ -955,7 +957,7 @@
955957
"Enemy.CenterX()",
956958
"Enemy.CenterY()",
957959
"EnemyBullet",
958-
"Enemy.Angle()-180",
960+
"Enemy.Angle()",
959961
"200",
960962
"300"
961963
]
@@ -7148,6 +7150,7 @@
71487150
}
71497151
],
71507152
"instances": [],
7153+
"editionSettings": {},
71517154
"eventsFunctions": [
71527155
{
71537156
"fullName": "",

0 commit comments

Comments
 (0)