The ultimate introduction to Godot 4

开源、免费

源码

GitHub - godotengine/godot: Godot Engine – Multi-platform 2D and 3D game engine

官网

Godot Engine - Community

组件

name description feature
Area2D An Area that can check if another body entered
check if player entered a house, the lasers will be areas Can be moved by changing the position
StaticBody2D A static body that other bodies collode with
Any static object: Walls, beds, obstacles No supposed to be moved
RigidBody2D Moving body that moves via physics(like a cannonball)
The grenade Set an velocity
CharacterBody2D Moving body controlled by code Inbuilt methods

Untitled