top of page
Search

Alien Attack progress and lessons

  • Writer: Roland Arellano
    Roland Arellano
  • Jul 25, 2025
  • 1 min read

To start is the Deadzone, when enemy's Leaves the screen it will be destroy

by entering Area2D note function. then Connect it to the game script, and crate

a function call die to destroy the enemy.


This is the Gif.


This is the code


The next thing is Live and signal, when the player enter body of an enemy it will subtract a Live by create a custom signal call take damage and then connecting it to the game scrip. If reaches zero then the player is destroyed.


This is the Gif.


This is the code


the sprite for the Live and work in progress retry screen.


 
 
 

Comments


bottom of page