1
0
mirror of https://github.com/yeslayla/build-godot-action.git synced 2025-01-18 04:53:17 +01:00
build-godot-action/3.x_test_project/project.godot
Bioblaze Payne f362e14dc5
Update entrypoint.sh ()
* Update entrypoint.sh

* Update entrypoint.sh

* modified to support proper requirements for godot-ci project

* Modified for testing

* added a copy of the action for testing

* test

* added ls

* added ls debug

* modified ls debug

* Last push fixes the issue with not building, both build tests work

* Modified it so we showcase Support for Testing 3.x and 4.x Godot Projects

* Modified the Github Action names to properly reflect the tests
2023-07-10 15:31:28 -04:00

24 lines
474 B
Plaintext

; Engine configuration file.
; It's best edited using the editor UI and not directly,
; since the parameters that go here are not all obvious.
;
; Format:
; [section] ; section goes between []
; param=value ; assign values to parameters
config_version=4
_global_script_classes=[ ]
_global_script_class_icons={
}
[application]
config/name="test_project"
run/main_scene="res://empty_scene.tscn"
[rendering]
environment/default_environment="res://default_env.tres"