this post was submitted on 19 Sep 2023
31 points (100.0% liked)

Godot

5885 readers
52 users here now

Welcome to the programming.dev Godot community!

This is a place where you can discuss about anything relating to the Godot game engine. Feel free to ask questions, post tutorials, show off your godot game, etc.

Make sure to follow the Godot CoC while chatting

We have a matrix room that can be used for chatting with other members of the community here

Links

Other Communities

Rules

We have a four strike system in this community where you get warned the first time you break a rule, then given a week ban, then given a year ban, then a permanent ban. Certain actions may bypass this and go straight to permanent ban if severe enough and done with malicious intent

Wormhole

!roguelikedev@programming.dev

Credits

founded 1 year ago
MODERATORS
top 6 comments
sorted by: hot top controversial new old
[–] simple@lemm.ee 12 points 1 year ago (1 children)

You can now flip and rotate tiles and entire tile patterns when placing them in the world (GH-80144).

FINALLY! It's been so awkward having to create alternate tiles just to have rotated versions of each one. Cheers to the devs for all the tilemap changes in 4.2

[–] WhiskyTangoFoxtrot@lemmy.world 1 points 1 year ago (1 children)

You couldn't do that already? I haven't upgraded to 4.X yet, but that feature's been in the 3.X branch for ages (for individual tiles, at least. I don't think there's any equivalent of "tile patterns" in 3.X.) Did they take it out?

[–] simple@lemm.ee 2 points 1 year ago* (last edited 1 year ago)

You could with a weird roundabout way but the tilemap/tileset system got reworked from top to bottom in 4.X, some features haven't made it back in yet. It's quickly getting better though.

[–] anteaters@feddit.de 9 points 1 year ago

Godot aims to be as version-control-friendly as possible, and contributors are well aware of several issues related to sporadic resource ID changes. In this snapshot we’re shipping one of the fixes that aims to address the issue (GH-65011). Related to this, multiple problems with renamed and moved files causing crashes and scene corruption have been fixed (GH-80503, GH-81657).

Very nice. I always wondered if it was something I did or just Godot feeling like changing ids in scenes around.

[–] Sethayy@sh.itjust.works 2 points 1 year ago (1 children)

Fuck yesss proper android stylus pressure and tilt sensitivity.

My godot notetaking app is gonna be beautiful

[–] AdmiralShat@programming.dev 2 points 1 year ago

Neat, I was also in the works to build a note taking app

I planned to make an open source clone of Obsidian, but I haven't actually started on it (ironically, I have all the notes about the project on a canvas in Obsidian). I think Godot is a perfect candidate for this, as you can then utilize both GDScript and C# for the plugins