This website requires JavaScript.
Explore
Help
Sign In
mirror
/
godot
Watch
2
Star
0
Fork
0
You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced
2025-03-13 23:41:08 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
godot
/
core
/
config
History
bruvzg
25f78a5eb6
Replace .NET detection code with
ClassDB::class_exists("CSharpScript")
.
2024-07-23 23:46:14 +03:00
..
engine.cpp
GDExtension: Prevent crash during shutdown as singletons are deleted
2024-05-10 13:17:36 -05:00
engine.h
GDExtension: Prevent crash during shutdown as singletons are deleted
2024-05-10 13:17:36 -05:00
project_settings.cpp
Replace .NET detection code with
ClassDB::class_exists("CSharpScript")
.
2024-07-23 23:46:14 +03:00
project_settings.h
Allow loading custom ProjectSettings instance
2024-04-26 11:34:37 +02:00
SCsub
…