Skip to content

Commit f676895

Browse files
committed
Updated godot version to 92bee43adba8d2401ef40e2480e53087bcb1eaf1 (4.0-stable)
1 parent 76b6755 commit f676895

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/linux_builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
# Global Settings
1111
env:
12-
GODOT_REF: 7e79aead99a53ee7cdf383add9a6a2aea4f15beb
12+
GODOT_REF: 92bee43adba8d2401ef40e2480e53087bcb1eaf1
1313
SCONSFLAGS: platform=linuxbsd verbose=yes warnings=extra werror=yes debug_symbols=no module_text_server_fb_enabled=yes
1414
SCONS_CACHE_LIMIT: 4096
1515

.github/workflows/windows_builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
# Global Settings
1111
# SCONS_CACHE for windows must be set in the build environment
1212
env:
13-
GODOT_REF: 7e79aead99a53ee7cdf383add9a6a2aea4f15beb
13+
GODOT_REF: 92bee43adba8d2401ef40e2480e53087bcb1eaf1
1414
SCONSFLAGS: platform=windows verbose=yes warnings=all werror=yes debug_symbols=no module_text_server_fb_enabled=yes
1515
SCONS_CACHE_MSVC_CONFIG: true
1616
SCONS_CACHE_LIMIT: 3072

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Godex is a Godot Engine ecs library.
1313
**Disclaimer:** this module is still in development, open an [issues](https://github.com/GodotECS/godex/issues) to report any problem or a new [discussion](https://github.com/GodotECS/godex/discussions) if you need any help. Any form of contribution is welcome.
1414

1515
### The tested Godot version
16-
Is `master` `7e79aead99a53ee7cdf383add9a6a2aea4f15beb`, please open an issue if the current master is not working or doesn't compile.
16+
Is `master` `92bee43adba8d2401ef40e2480e53087bcb1eaf1`, please open an issue if the current master is not working or doesn't compile.
1717

1818
### What is ECS
1919
Shortened as ECS, the Entity Component System is an architectural design pattern that allow to organize the data in a way so that the workload can be split into small and easy programs.

0 commit comments

Comments
 (0)