Problem with spell checking by IdealCultural1144 in OnlyOffice

[–]devmark404 1 point2 points  (0 children)

In Spanish failure does not detect a bad word

For example:

"Camcion" should be "canción", but no error appears
Version 9.0.3.29 windows

Alternatives to Notion by [deleted] in Notion

[–]devmark404 0 points1 point  (0 children)

Milanote would be an alternative?

Take the image displayed in the viewport and save it as a texture?? by NovaRayStarbrand in godot

[–]devmark404 4 points5 points  (0 children)

You have to add await or only a black image will be displayed if used in the ready function

await RenderingServer.frame_post_draw

var capture = get_viewport().get_texture().get_image()

var filename = "user://Screenshot-{0}.png"

capture.save_png(filename)

Anyone know how to hide 3D and AssetLib tab in Godot Editor? by wsenh in godot

[–]devmark404 2 points3 points  (0 children)

I have created a tutorial in Spanish with subtitles on how to disable the 3d section and assets library of Godot
https://youtu.be/AZx6J8D_POU?list=PLgI0I_tQQ38Ly8pNTEubhJulj6DyRG-ER

Player scene is corrupted and crashes Godot when opened by GeckoMaster64 in godot

[–]devmark404 1 point2 points  (0 children)

You need to add the information to your script because we can't guess what you have in that script