Skip to content

My custom nodes, writed to help people save time developing games in Godot.

Notifications You must be signed in to change notification settings

renanstn/godot-my-nodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

godot-my-nodes

Godot Engine

My custom nodes, writed to help people save time developing games in Godot.

BasicMovement2D

This script provides a basic player movement, with editable values, and options to sprint and fly.

It also emits signals for each action.

Copy this script to your project, and a new node 'BasicMovement2D' will appear in godot's list, as a KinematicBody2D's child.

Options available

BasicMovement2D Setup

ArmPointingToMouse2D

This script provides a node that is always looking at the mouse pointer.

ArmPointingToMouse example

RaycastWeapon2D

RaycastWeapon2D example

MissileWeapon2D

MissileWeapon2D example

About

My custom nodes, writed to help people save time developing games in Godot.

Topics

Resources

Stars

Watchers

Forks