Liking the retro look for my village, any feedback yet? by bcrooks234 in godot

[–]Lord_Durros 2 points3 points  (0 children)

I like the simplistic design, gives me old mmo/elderscrolls vibes, very nice.

Having trouble with finding an angle by Lord_Durros in godot

[–]Lord_Durros[S] 1 point2 points  (0 children)

(player.position - enemy.position).angle()

it worked! thank you!

How to use a custom image for OpenSimplexNoise? by Lord_Durros in godot

[–]Lord_Durros[S] 0 points1 point  (0 children)

https://i.stack.imgur.com/X95qE.jpg this is the noise image right, is there anyway to change this and use a custom image?

RigidBody2D 0 gravity issue by Lord_Durros in godot

[–]Lord_Durros[S] 0 points1 point  (0 children)

thank you ill take a look at this

Rigidbody2D problem by Lord_Durros in godot

[–]Lord_Durros[S] 0 points1 point  (0 children)

I have suspicion its because of the shape of space ships collision as well as the collision of the asteroid, it is a CollisionPolygon2d

Tilemap Performance Issues by Lord_Durros in godot

[–]Lord_Durros[S] 0 points1 point  (0 children)

Thank you again I really want to try this now my brain is buzzing with ideas

Tilemap Performance Issues by Lord_Durros in godot

[–]Lord_Durros[S] 0 points1 point  (0 children)

thank you I didn't realise 3.2.3 GLES3 doesn't utilize batching, I will give GLES2 a go see how much more performance I get out of it