Skip to content

Files

Latest commit

 

History

History
7 lines (5 loc) · 436 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 436 Bytes

GML

Player Scripts

  • player_movement_envcolls_01.gml - simple 2D movement and collisions - View Code

Enemy Scripts

  • enemy_step_chaseplayer_death.gml - demonstrates object follows object, instance destroyed, and particle effects - View Code