Skip to content

Commit 36eeba6

Browse files
authored
Merge pull request #3 from jyaif/patch-1
Add missing enum values in the EntityType enum.
2 parents 746cf22 + 0db8cc0 commit 36eeba6

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

snippets/lua.code-snippets

+35
Original file line numberDiff line numberDiff line change
@@ -422,11 +422,31 @@
422422
"body": "pewpew.EntityType.BAF",
423423
"description": "Baf Entity Type"
424424
},
425+
"EntityType_BAF_BLUE": {
426+
"prefix": "pewpew.EntityType.BAF_BLUE",
427+
"body": "pewpew.EntityType.BAF_BLUE",
428+
"description": "Baf blue Entity Type"
429+
},
430+
"EntityType_BAF_RED": {
431+
"prefix": "pewpew.EntityType.BAF_RED",
432+
"body": "pewpew.EntityType.BAF_RED",
433+
"description": "Baf red Entity Type"
434+
},
435+
"EntityType_BOMB": {
436+
"prefix": "pewpew.EntityType.BOMB",
437+
"body": "pewpew.EntityType.BOMB",
438+
"description": "Bomb Entity Type"
439+
},
425440
"EntityType_CROWDER": {
426441
"prefix": "pewpew.EntityType.CROWDER",
427442
"body": "pewpew.EntityType.CROWDER",
428443
"description": "Crowder Entity Type"
429444
},
445+
"EntityType_CUSTOMIZABLE_ENTITY": {
446+
"prefix": "pewpew.EntityType.CUSTOMIZABLE_ENTITY",
447+
"body": "pewpew.EntityType.CUSTOMIZABLE_ENTITY",
448+
"description": "Customizable Entity Entity Type"
449+
},
430450
"EntityType_INERTIAC": {
431451
"prefix": "pewpew.EntityType.INERTIAC",
432452
"body": "pewpew.EntityType.INERTIAC",
@@ -452,16 +472,31 @@
452472
"body": "pewpew.EntityType.ROLLING_SPHERE",
453473
"description": "Rolling Sphere Entity Type"
454474
},
475+
"EntityType_SHIP": {
476+
"prefix": "pewpew.EntityType.SHIP",
477+
"body": "pewpew.EntityType.SHIP",
478+
"description": "Ship Entity Type"
479+
},
455480
"EntityType_UFO": {
456481
"prefix": "pewpew.EntityType.UFO",
457482
"body": "pewpew.EntityType.UFO",
458483
"description": "UFO Entity Type"
459484
},
485+
"EntityType_UFO_BULLET": {
486+
"prefix": "pewpew.EntityType.UFO_BULLET",
487+
"body": "pewpew.EntityType.UFO_BULLET",
488+
"description": "UFO Bullet Entity Type"
489+
},
460490
"EntityType_WARY": {
461491
"prefix": "pewpew.EntityType.WARY",
462492
"body": "pewpew.EntityType.WARY",
463493
"description": "Wary Entity Type"
464494
},
495+
"EntityType_WARY_MISSILE": {
496+
"prefix": "pewpew.EntityType.WARY_MISSILE",
497+
"body": "pewpew.EntityType.WARY_MISSILE",
498+
"description": "Wary Missile Entity Type"
499+
},
465500
"MothershipType_THREE_CORNERS": {
466501
"prefix": "pewpew.MothershipType.THREE_CORNERS",
467502
"body": "pewpew.MothershipType.THREE_CORNERS"

0 commit comments

Comments
 (0)