Update drone and level scenes with new shapes, connections, and scripts. Add mouse interaction events for director drone. Include new level 2 & 3 scenes with various elements and components.

This commit is contained in:
Dan 2024-05-09 18:43:38 +01:00
parent 491395e6b9
commit 7009695327
238 changed files with 4275 additions and 23 deletions

View file

@ -11,9 +11,9 @@ config_version=5
[application]
config/name="Pollen Not Included"
run/main_scene="res://levels/level_1.tscn"
run/main_scene="res://levels/level_3.tscn"
config/features=PackedStringArray("4.2", "Forward Plus")
config/icon="res://icon.svg"
config/icon="res://resources/textures/collector_drone.png"
[autoload]
@ -25,6 +25,8 @@ Str="*res://utility/utility_strings.gd"
window/size/viewport_width=1280
window/size/viewport_height=720
window/vsync/vsync_mode=0
mouse_cursor/custom_image="res://resources/cursors/pointer_a.png"
mouse_cursor/custom_image_hotspot=Vector2(8, 8)
[editor_plugins]