Add gathering, unified inventory, and real-time world
This commit is contained in:
parent
173371e6fc
commit
fa57edca83
113 changed files with 6700 additions and 1307 deletions
|
|
@ -21,6 +21,7 @@ readonly -a QUICK_TESTS=(
|
|||
"tests/controller_world_interaction_validation.gd"
|
||||
"tests/controller_ui_navigation_validation.gd"
|
||||
"tests/dedicated_server_config_validation.gd"
|
||||
"tests/digging_prototype_validation.gd"
|
||||
"tests/exported_decal_hotfix_validation.gd"
|
||||
"tests/file_dialog_controller_navigation_validation.gd"
|
||||
"tests/fish_catalog_content_validation.gd"
|
||||
|
|
@ -43,6 +44,8 @@ readonly -a QUICK_TESTS=(
|
|||
"tests/tackle_order_validation.gd"
|
||||
"tests/terrain_blender_material_validation.gd"
|
||||
"tests/texture_sampling_validation.gd"
|
||||
"tests/tree_gathering_prototype_validation.gd"
|
||||
"tests/unified_inventory_validation.gd"
|
||||
"tests/world_time_validation.gd"
|
||||
"tests/world_spawn_protocol_validation.gd"
|
||||
"tests/world_weather_validation.gd"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue