Godot Engine
Rules
About
Featured Projects
Toggle forum theme
Sign Up
Log In
Shrimp
5 Mar
Joined Oct 19, 2024
0 best answers
Discussions
Posts
13
Discussions
4
Likes
Mentions
How can I automate creating instances of a scene?
Godot Help
Shrimp
started
Oct 21, 2024
I am a noob, but I know how to create something via this thing: scene = load("res://player.tscn") player = scene.instantiate() add_child(player) player.connect("hit", _jump) Problem is, I have to manu...
10
10 replies
Can not move an object physically, only visually.
Godot Help
New to Godot
Godot 4.X
Shrimp
started
Oct 19, 2024
Idea is, there are 3 scenes - player, a coin, and a main scene. At the ready() of the main scene (just a sprite with a camera) I create one instance of a player scene and one instance of a coin scene ...
9
9 replies
Loading...
This site is best viewed in a modern browser with JavaScript enabled.
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.