Making a game!
A Canadian gamer and a programer
- North America
-
08:10
(UTC -08:00) - https://gamepro5.com
- @Gameprog5
- @Gamepro5
- https://steamcommunity.com/id/Gamepro5/
- u/Gamepro5
Highlights
- Pro
Pinned Loading
-
Gamepro5.com
Gamepro5.com PublicA secondary repository for submitting issue reports, since the main code is private.
-
Custom_CharacterBody3D_Movement_System
Custom_CharacterBody3D_Movement_System PublicA fully custom made replacement for Godot 4's primitive "move_and_slide()" function.
-
Fandom_Wiki_Fix
Fandom_Wiki_Fix PublicWe can't change the fact that Fandom destroyed all that was holy with Gamepedia wikis, but we can try. I wrote this Tampermonkey script to try to at least make the wikis usable again.
JavaScript
-
photosphere.js
photosphere.js PublicA WebGL library for displaying photospheres in a canvas.
JavaScript 1
-
From https://youtu.be/DuOmFVHqKsU
From https://youtu.be/DuOmFVHqKsU 1func search_and_set_viewmodel_fov_to_all_shaders_in_tree(node, fov):
2for i in node.get_children():
3search_and_set_viewmodel_fov_to_all_shaders_in_tree(i, fov)
4if i is MeshInstance3D:
5for j in range(i.mesh.get_surface_count()):
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.