Small Godot Wild Jam game
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Place and connect EventNavPoints

+194 -34
+194 -34
Scenes/gameplay/gameplay.tscn
··· 1 - [gd_scene load_steps=15 format=3 uid="uid://4fyoq8npekf0"] 1 + [gd_scene load_steps=17 format=3 uid="uid://4fyoq8npekf0"] 2 2 3 3 [ext_resource type="PackedScene" uid="uid://barl4q1kugrmm" path="res://Scenes/gameplay/pause-layer/pause-layer.tscn" id="2"] 4 4 [ext_resource type="PackedScene" uid="uid://chise44bjuof6" path="res://Scenes/houses/noble_house.tscn" id="4_1f1h4"] ··· 13 13 [ext_resource type="PackedScene" uid="uid://c8ddgtyra7np7" path="res://Scenes/houses/peasant_block_1_flipped.tscn" id="8_cgywe"] 14 14 [ext_resource type="Texture2D" uid="uid://t7plj7wxdw7p" path="res://Assets/sprites/town_assets/vertical_wall.png" id="11_7ogvl"] 15 15 [ext_resource type="Texture2D" uid="uid://cflqatn1l7xa4" path="res://Assets/sprites/town_assets/gate_wall.png" id="12_7h54k"] 16 + [ext_resource type="Script" uid="uid://bci4yqiufxhnm" path="res://Scripts/event_nav_point.gd" id="13_7h54k"] 16 17 [ext_resource type="Script" uid="uid://7pp7nxmr0c54" path="res://Scripts/nav_point.gd" id="13_7ogvl"] 18 + [ext_resource type="Texture2D" uid="uid://cewy58syyx6p0" path="res://Assets/sprites/DEBUG_EventNavPoint.png" id="14_vdeau"] 17 19 18 20 [node name="Gameplay" type="Node"] 19 21 script = ExtResource("5") ··· 203 205 position = Vector2(2799, 1792.25) 204 206 texture = ExtResource("4_yl1gb") 205 207 208 + [node name="EventSpawnLocations" type="Node2D" parent="."] 209 + 210 + [node name="EventNavPoint" type="Marker2D" parent="EventSpawnLocations"] 211 + position = Vector2(-878, -288) 212 + script = ExtResource("13_7h54k") 213 + debug_texture = ExtResource("14_vdeau") 214 + metadata/_custom_type_script = "uid://bci4yqiufxhnm" 215 + 216 + [node name="EventNavPoint16" type="Marker2D" parent="EventSpawnLocations"] 217 + position = Vector2(-1304, -314) 218 + script = ExtResource("13_7h54k") 219 + debug_texture = ExtResource("14_vdeau") 220 + metadata/_custom_type_script = "uid://bci4yqiufxhnm" 221 + 222 + [node name="EventNavPoint17" type="Marker2D" parent="EventSpawnLocations"] 223 + position = Vector2(-418, -298) 224 + script = ExtResource("13_7h54k") 225 + debug_texture = ExtResource("14_vdeau") 226 + metadata/_custom_type_script = "uid://bci4yqiufxhnm" 227 + 228 + [node name="EventNavPoint2" type="Marker2D" parent="EventSpawnLocations"] 229 + position = Vector2(-2704, -271) 230 + script = ExtResource("13_7h54k") 231 + debug_texture = ExtResource("14_vdeau") 232 + metadata/_custom_type_script = "uid://bci4yqiufxhnm" 233 + 234 + [node name="EventNavPoint3" type="Marker2D" parent="EventSpawnLocations"] 235 + position = Vector2(1255, -247) 236 + script = ExtResource("13_7h54k") 237 + debug_texture = ExtResource("14_vdeau") 238 + metadata/_custom_type_script = "uid://bci4yqiufxhnm" 239 + 240 + [node name="EventNavPoint4" type="Marker2D" parent="EventSpawnLocations"] 241 + position = Vector2(1667, -257) 242 + script = ExtResource("13_7h54k") 243 + debug_texture = ExtResource("14_vdeau") 244 + metadata/_custom_type_script = "uid://bci4yqiufxhnm" 245 + 246 + [node name="EventNavPoint5" type="Marker2D" parent="EventSpawnLocations"] 247 + position = Vector2(2543, -258) 248 + script = ExtResource("13_7h54k") 249 + debug_texture = ExtResource("14_vdeau") 250 + metadata/_custom_type_script = "uid://bci4yqiufxhnm" 251 + 252 + [node name="EventNavPoint6" type="Marker2D" parent="EventSpawnLocations"] 253 + position = Vector2(2054, 544) 254 + script = ExtResource("13_7h54k") 255 + debug_texture = ExtResource("14_vdeau") 256 + metadata/_custom_type_script = "uid://bci4yqiufxhnm" 257 + 258 + [node name="EventNavPoint18" type="Marker2D" parent="EventSpawnLocations"] 259 + position = Vector2(2924, 550) 260 + script = ExtResource("13_7h54k") 261 + debug_texture = ExtResource("14_vdeau") 262 + metadata/_custom_type_script = "uid://bci4yqiufxhnm" 263 + 264 + [node name="EventNavPoint7" type="Marker2D" parent="EventSpawnLocations"] 265 + position = Vector2(664, 576) 266 + script = ExtResource("13_7h54k") 267 + debug_texture = ExtResource("14_vdeau") 268 + metadata/_custom_type_script = "uid://bci4yqiufxhnm" 269 + 270 + [node name="EventNavPoint8" type="Marker2D" parent="EventSpawnLocations"] 271 + position = Vector2(-1189, 539) 272 + script = ExtResource("13_7h54k") 273 + debug_texture = ExtResource("14_vdeau") 274 + metadata/_custom_type_script = "uid://bci4yqiufxhnm" 275 + 276 + [node name="EventNavPoint9" type="Marker2D" parent="EventSpawnLocations"] 277 + position = Vector2(-1823, 557) 278 + script = ExtResource("13_7h54k") 279 + debug_texture = ExtResource("14_vdeau") 280 + metadata/_custom_type_script = "uid://bci4yqiufxhnm" 281 + 282 + [node name="EventNavPoint10" type="Marker2D" parent="EventSpawnLocations"] 283 + position = Vector2(-2249, 580) 284 + script = ExtResource("13_7h54k") 285 + debug_texture = ExtResource("14_vdeau") 286 + metadata/_custom_type_script = "uid://bci4yqiufxhnm" 287 + 288 + [node name="EventNavPoint11" type="Marker2D" parent="EventSpawnLocations"] 289 + position = Vector2(-2143, 1432) 290 + script = ExtResource("13_7h54k") 291 + debug_texture = ExtResource("14_vdeau") 292 + metadata/_custom_type_script = "uid://bci4yqiufxhnm" 293 + 294 + [node name="EventNavPoint12" type="Marker2D" parent="EventSpawnLocations"] 295 + position = Vector2(-599, 1434) 296 + script = ExtResource("13_7h54k") 297 + debug_texture = ExtResource("14_vdeau") 298 + metadata/_custom_type_script = "uid://bci4yqiufxhnm" 299 + 300 + [node name="EventNavPoint13" type="Marker2D" parent="EventSpawnLocations"] 301 + position = Vector2(1026, 1366) 302 + script = ExtResource("13_7h54k") 303 + debug_texture = ExtResource("14_vdeau") 304 + metadata/_custom_type_script = "uid://bci4yqiufxhnm" 305 + 306 + [node name="EventNavPoint14" type="Marker2D" parent="EventSpawnLocations"] 307 + position = Vector2(2644, 1403) 308 + script = ExtResource("13_7h54k") 309 + debug_texture = ExtResource("14_vdeau") 310 + metadata/_custom_type_script = "uid://bci4yqiufxhnm" 311 + 312 + [node name="EventNavPoint15" type="Marker2D" parent="EventSpawnLocations"] 313 + position = Vector2(1444, 1341) 314 + script = ExtResource("13_7h54k") 315 + debug_texture = ExtResource("14_vdeau") 316 + metadata/_custom_type_script = "uid://bci4yqiufxhnm" 317 + 318 + [node name="EventNavPoint19" type="Marker2D" parent="EventSpawnLocations"] 319 + position = Vector2(950, -1146) 320 + script = ExtResource("13_7h54k") 321 + debug_texture = ExtResource("14_vdeau") 322 + metadata/_custom_type_script = "uid://bci4yqiufxhnm" 323 + 324 + [node name="EventNavPoint20" type="Marker2D" parent="EventSpawnLocations"] 325 + position = Vector2(1714, -1169) 326 + script = ExtResource("13_7h54k") 327 + debug_texture = ExtResource("14_vdeau") 328 + metadata/_custom_type_script = "uid://bci4yqiufxhnm" 329 + 330 + [node name="EventNavPoint21" type="Marker2D" parent="EventSpawnLocations"] 331 + position = Vector2(2456, -1175) 332 + script = ExtResource("13_7h54k") 333 + debug_texture = ExtResource("14_vdeau") 334 + metadata/_custom_type_script = "uid://bci4yqiufxhnm" 335 + 336 + [node name="EventNavPoint22" type="Marker2D" parent="EventSpawnLocations"] 337 + position = Vector2(90, -1114) 338 + script = ExtResource("13_7h54k") 339 + debug_texture = ExtResource("14_vdeau") 340 + metadata/_custom_type_script = "uid://bci4yqiufxhnm" 341 + 342 + [node name="EventNavPoint23" type="Marker2D" parent="EventSpawnLocations"] 343 + position = Vector2(-768, -1114) 344 + script = ExtResource("13_7h54k") 345 + debug_texture = ExtResource("14_vdeau") 346 + metadata/_custom_type_script = "uid://bci4yqiufxhnm" 347 + 348 + [node name="EventNavPoint24" type="Marker2D" parent="EventSpawnLocations"] 349 + position = Vector2(-1531, -1084) 350 + script = ExtResource("13_7h54k") 351 + debug_texture = ExtResource("14_vdeau") 352 + metadata/_custom_type_script = "uid://bci4yqiufxhnm" 353 + 354 + [node name="EventNavPoint25" type="Marker2D" parent="EventSpawnLocations"] 355 + position = Vector2(-2400, -1164) 356 + script = ExtResource("13_7h54k") 357 + debug_texture = ExtResource("14_vdeau") 358 + metadata/_custom_type_script = "uid://bci4yqiufxhnm" 359 + 206 360 [node name="UnitNavPoints" type="Node2D" parent="."] 207 361 208 362 [node name="NavPoint" type="Marker2D" parent="UnitNavPoints" node_paths=PackedStringArray("connections")] ··· 214 368 [node name="NavPoint7" type="Marker2D" parent="UnitNavPoints" node_paths=PackedStringArray("connections")] 215 369 position = Vector2(1188, 1590) 216 370 script = ExtResource("13_7ogvl") 217 - connections = [NodePath("../NavPoint8")] 371 + connections = [NodePath("../NavPoint8"), NodePath("../../EventSpawnLocations/EventNavPoint13"), NodePath("../../EventSpawnLocations/EventNavPoint15")] 218 372 metadata/_custom_type_script = "uid://7pp7nxmr0c54" 219 373 220 374 [node name="NavPoint8" type="Marker2D" parent="UnitNavPoints" node_paths=PackedStringArray("connections")] 221 - position = Vector2(2352, 1582) 375 + position = Vector2(2188, 1578) 222 376 script = ExtResource("13_7ogvl") 223 - connections = [NodePath("../NavPoint9")] 377 + connections = [NodePath("../NavPoint9"), NodePath("../../EventSpawnLocations/EventNavPoint15"), NodePath("../../EventSpawnLocations/EventNavPoint14")] 224 378 metadata/_custom_type_script = "uid://7pp7nxmr0c54" 225 379 226 380 [node name="NavPoint9" type="Marker2D" parent="UnitNavPoints" node_paths=PackedStringArray("connections")] 227 381 position = Vector2(3072, 1546) 228 382 script = ExtResource("13_7ogvl") 229 - connections = [NodePath("../NavPoint15")] 383 + connections = [NodePath("../NavPoint15"), NodePath("../../EventSpawnLocations/EventNavPoint14")] 230 384 metadata/_custom_type_script = "uid://7pp7nxmr0c54" 231 385 232 386 [node name="NavPoint4" type="Marker2D" parent="UnitNavPoints" node_paths=PackedStringArray("connections")] 233 387 position = Vector2(-866, 1686) 234 388 script = ExtResource("13_7ogvl") 235 - connections = [NodePath("../NavPoint5")] 389 + connections = [NodePath("../NavPoint5"), NodePath("../../EventSpawnLocations/EventNavPoint12"), null] 236 390 metadata/_custom_type_script = "uid://7pp7nxmr0c54" 237 391 238 392 [node name="NavPoint5" type="Marker2D" parent="UnitNavPoints" node_paths=PackedStringArray("connections")] 239 393 position = Vector2(-1425, 1685) 240 394 script = ExtResource("13_7ogvl") 241 - connections = [NodePath("../NavPoint6"), NodePath("../NavPoint22")] 395 + connections = [NodePath("../NavPoint6"), NodePath("../NavPoint22"), NodePath("../../EventSpawnLocations/EventNavPoint11")] 242 396 metadata/_custom_type_script = "uid://7pp7nxmr0c54" 243 397 244 398 [node name="NavPoint6" type="Marker2D" parent="UnitNavPoints" node_paths=PackedStringArray("connections")] 245 399 position = Vector2(-2253, 1626) 246 400 script = ExtResource("13_7ogvl") 247 - connections = [NodePath("../NavPoint21")] 401 + connections = [NodePath("../NavPoint21"), NodePath("../../EventSpawnLocations/EventNavPoint11")] 248 402 metadata/_custom_type_script = "uid://7pp7nxmr0c54" 249 403 250 404 [node name="NavPoint21" type="Marker2D" parent="UnitNavPoints" node_paths=PackedStringArray("connections")] ··· 260 414 metadata/_custom_type_script = "uid://7pp7nxmr0c54" 261 415 262 416 [node name="NavPoint13" type="Marker2D" parent="UnitNavPoints" node_paths=PackedStringArray("connections")] 263 - position = Vector2(948, 744) 417 + position = Vector2(677, 723) 264 418 script = ExtResource("13_7ogvl") 265 - connections = [NodePath("../NavPoint23")] 419 + connections = [NodePath("../NavPoint23"), NodePath("../../EventSpawnLocations/EventNavPoint7")] 266 420 metadata/_custom_type_script = "uid://7pp7nxmr0c54" 267 421 268 422 [node name="NavPoint23" type="Marker2D" parent="UnitNavPoints" node_paths=PackedStringArray("connections")] 269 423 position = Vector2(1570, 689) 270 424 script = ExtResource("13_7ogvl") 271 - connections = [NodePath("../NavPoint14"), NodePath("../NavPoint29")] 425 + connections = [NodePath("../NavPoint14"), NodePath("../NavPoint29"), NodePath("../../EventSpawnLocations/EventNavPoint6")] 272 426 metadata/_custom_type_script = "uid://7pp7nxmr0c54" 273 427 274 428 [node name="NavPoint14" type="Marker2D" parent="UnitNavPoints" node_paths=PackedStringArray("connections")] 275 - position = Vector2(2352, 744) 429 + position = Vector2(2439, 758) 276 430 script = ExtResource("13_7ogvl") 277 - connections = [NodePath("../NavPoint15")] 431 + connections = [NodePath("../NavPoint15"), NodePath("../../EventSpawnLocations/EventNavPoint6"), NodePath("../../EventSpawnLocations/EventNavPoint18")] 278 432 metadata/_custom_type_script = "uid://7pp7nxmr0c54" 279 433 280 434 [node name="NavPoint15" type="Marker2D" parent="UnitNavPoints" node_paths=PackedStringArray("connections")] 281 435 position = Vector2(3200, 815) 282 436 script = ExtResource("13_7ogvl") 283 - connections = [NodePath("../NavPoint31")] 437 + connections = [NodePath("../NavPoint31"), NodePath("../../EventSpawnLocations/EventNavPoint18")] 284 438 metadata/_custom_type_script = "uid://7pp7nxmr0c54" 285 439 286 440 [node name="NavPoint10" type="Marker2D" parent="UnitNavPoints" node_paths=PackedStringArray("connections")] 287 - position = Vector2(-897, 744) 441 + position = Vector2(-856, 700) 288 442 script = ExtResource("13_7ogvl") 289 - connections = [NodePath("../NavPoint22")] 443 + connections = [NodePath("../NavPoint22"), NodePath("../../EventSpawnLocations/EventNavPoint8")] 290 444 metadata/_custom_type_script = "uid://7pp7nxmr0c54" 291 445 292 446 [node name="NavPoint22" type="Marker2D" parent="UnitNavPoints" node_paths=PackedStringArray("connections")] 293 447 position = Vector2(-1460, 750) 294 448 script = ExtResource("13_7ogvl") 295 - connections = [NodePath("../NavPoint11")] 449 + connections = [NodePath("../NavPoint11"), NodePath("../../EventSpawnLocations/EventNavPoint8"), NodePath("../../EventSpawnLocations/EventNavPoint9")] 296 450 metadata/_custom_type_script = "uid://7pp7nxmr0c54" 297 451 298 452 [node name="NavPoint11" type="Marker2D" parent="UnitNavPoints" node_paths=PackedStringArray("connections")] 299 453 position = Vector2(-2142, 744) 300 454 script = ExtResource("13_7ogvl") 301 - connections = [NodePath("../NavPoint12")] 455 + connections = [NodePath("../NavPoint12"), NodePath("../../EventSpawnLocations/EventNavPoint9"), NodePath("../../EventSpawnLocations/EventNavPoint10")] 302 456 metadata/_custom_type_script = "uid://7pp7nxmr0c54" 303 457 304 458 [node name="NavPoint12" type="Marker2D" parent="UnitNavPoints" node_paths=PackedStringArray("connections")] ··· 308 462 metadata/_custom_type_script = "uid://7pp7nxmr0c54" 309 463 310 464 [node name="NavPoint3" type="Marker2D" parent="UnitNavPoints" node_paths=PackedStringArray("connections")] 311 - position = Vector2(69, -121) 465 + position = Vector2(60, -17) 312 466 script = ExtResource("13_7ogvl") 313 - connections = [NodePath("../NavPoint24"), NodePath("../NavPoint28"), NodePath("../NavPoint32")] 467 + connections = [NodePath("../NavPoint35"), NodePath("../NavPoint28"), NodePath("../NavPoint32"), NodePath("../../EventSpawnLocations/EventNavPoint17")] 314 468 metadata/_custom_type_script = "uid://7pp7nxmr0c54" 315 469 316 470 [node name="NavPoint32" type="Marker2D" parent="UnitNavPoints" node_paths=PackedStringArray("connections")] 317 471 position = Vector2(87, -881) 318 472 script = ExtResource("13_7ogvl") 319 - connections = [NodePath("../NavPoint16"), NodePath("../NavPoint19")] 473 + connections = [NodePath("../NavPoint16"), NodePath("../NavPoint19"), NodePath("../../EventSpawnLocations/EventNavPoint22")] 320 474 metadata/_custom_type_script = "uid://7pp7nxmr0c54" 321 475 322 476 [node name="NavPoint28" type="Marker2D" parent="UnitNavPoints" node_paths=PackedStringArray("connections")] 323 477 position = Vector2(959, -126) 324 478 script = ExtResource("13_7ogvl") 325 - connections = [NodePath("../NavPoint29")] 479 + connections = [NodePath("../NavPoint29"), NodePath("../../EventSpawnLocations/EventNavPoint3")] 326 480 metadata/_custom_type_script = "uid://7pp7nxmr0c54" 327 481 328 482 [node name="NavPoint29" type="Marker2D" parent="UnitNavPoints" node_paths=PackedStringArray("connections")] 329 483 position = Vector2(1558, -91) 330 484 script = ExtResource("13_7ogvl") 331 - connections = [NodePath("../NavPoint30")] 485 + connections = [NodePath("../NavPoint30"), NodePath("../../EventSpawnLocations/EventNavPoint3"), NodePath("../../EventSpawnLocations/EventNavPoint4")] 332 486 metadata/_custom_type_script = "uid://7pp7nxmr0c54" 333 487 334 488 [node name="NavPoint30" type="Marker2D" parent="UnitNavPoints" node_paths=PackedStringArray("connections")] 335 489 position = Vector2(2285, -91) 336 490 script = ExtResource("13_7ogvl") 337 - connections = [NodePath("../NavPoint31")] 491 + connections = [NodePath("../NavPoint31"), NodePath("../../EventSpawnLocations/EventNavPoint4"), NodePath("../../EventSpawnLocations/EventNavPoint5")] 338 492 metadata/_custom_type_script = "uid://7pp7nxmr0c54" 339 493 340 494 [node name="NavPoint31" type="Marker2D" parent="UnitNavPoints" node_paths=PackedStringArray("connections")] 341 495 position = Vector2(3174, -98) 342 496 script = ExtResource("13_7ogvl") 343 - connections = [NodePath("../NavPoint33")] 497 + connections = [NodePath("../NavPoint33"), NodePath("../../EventSpawnLocations/EventNavPoint5")] 344 498 metadata/_custom_type_script = "uid://7pp7nxmr0c54" 345 499 346 500 [node name="NavPoint24" type="Marker2D" parent="UnitNavPoints" node_paths=PackedStringArray("connections")] 347 501 position = Vector2(-981, -109) 348 502 script = ExtResource("13_7ogvl") 349 - connections = [NodePath("../NavPoint25")] 503 + connections = [NodePath("../NavPoint25"), NodePath("../../EventSpawnLocations/EventNavPoint"), NodePath("../../EventSpawnLocations/EventNavPoint16")] 504 + metadata/_custom_type_script = "uid://7pp7nxmr0c54" 505 + 506 + [node name="NavPoint35" type="Marker2D" parent="UnitNavPoints" node_paths=PackedStringArray("connections")] 507 + position = Vector2(-389, -103) 508 + script = ExtResource("13_7ogvl") 509 + connections = [NodePath("../../EventSpawnLocations/EventNavPoint"), NodePath("../../EventSpawnLocations/EventNavPoint17"), NodePath("../NavPoint24")] 350 510 metadata/_custom_type_script = "uid://7pp7nxmr0c54" 351 511 352 512 [node name="NavPoint25" type="Marker2D" parent="UnitNavPoints" node_paths=PackedStringArray("connections")] 353 513 position = Vector2(-1813, -137) 354 514 script = ExtResource("13_7ogvl") 355 - connections = [NodePath("../NavPoint26")] 515 + connections = [NodePath("../NavPoint26"), NodePath("../../EventSpawnLocations/EventNavPoint16")] 356 516 metadata/_custom_type_script = "uid://7pp7nxmr0c54" 357 517 358 518 [node name="NavPoint26" type="Marker2D" parent="UnitNavPoints" node_paths=PackedStringArray("connections")] 359 519 position = Vector2(-2428, -114) 360 520 script = ExtResource("13_7ogvl") 361 - connections = [NodePath("../NavPoint27")] 521 + connections = [NodePath("../NavPoint27"), NodePath("../../EventSpawnLocations/EventNavPoint2")] 362 522 metadata/_custom_type_script = "uid://7pp7nxmr0c54" 363 523 364 524 [node name="NavPoint27" type="Marker2D" parent="UnitNavPoints" node_paths=PackedStringArray("connections")] 365 525 position = Vector2(-3139, -93) 366 526 script = ExtResource("13_7ogvl") 367 - connections = [NodePath("../NavPoint18")] 527 + connections = [NodePath("../NavPoint18"), NodePath("../../EventSpawnLocations/EventNavPoint2")] 368 528 metadata/_custom_type_script = "uid://7pp7nxmr0c54" 369 529 370 530 [node name="NavPoint19" type="Marker2D" parent="UnitNavPoints" node_paths=PackedStringArray("connections")] 371 531 position = Vector2(1349, -973) 372 532 script = ExtResource("13_7ogvl") 373 - connections = [NodePath("../NavPoint20")] 533 + connections = [NodePath("../NavPoint20"), NodePath("../../EventSpawnLocations/EventNavPoint19"), NodePath("../../EventSpawnLocations/EventNavPoint20")] 374 534 metadata/_custom_type_script = "uid://7pp7nxmr0c54" 375 535 376 536 [node name="NavPoint20" type="Marker2D" parent="UnitNavPoints" node_paths=PackedStringArray("connections")] 377 537 position = Vector2(2752, -992) 378 538 script = ExtResource("13_7ogvl") 379 - connections = [NodePath("../NavPoint33")] 539 + connections = [NodePath("../NavPoint33"), NodePath("../../EventSpawnLocations/EventNavPoint21")] 380 540 metadata/_custom_type_script = "uid://7pp7nxmr0c54" 381 541 382 542 [node name="NavPoint33" type="Marker2D" parent="UnitNavPoints"] ··· 387 547 [node name="NavPoint16" type="Marker2D" parent="UnitNavPoints" node_paths=PackedStringArray("connections")] 388 548 position = Vector2(-1155, -926) 389 549 script = ExtResource("13_7ogvl") 390 - connections = [NodePath("../NavPoint34")] 550 + connections = [NodePath("../NavPoint34"), NodePath("../../EventSpawnLocations/EventNavPoint23"), NodePath("../../EventSpawnLocations/EventNavPoint24")] 391 551 metadata/_custom_type_script = "uid://7pp7nxmr0c54" 392 552 393 553 [node name="NavPoint34" type="Marker2D" parent="UnitNavPoints" node_paths=PackedStringArray("connections")] 394 554 position = Vector2(-1824, -917) 395 555 script = ExtResource("13_7ogvl") 396 - connections = [NodePath("../NavPoint17")] 556 + connections = [NodePath("../NavPoint17"), NodePath("../../EventSpawnLocations/EventNavPoint24"), NodePath("../../EventSpawnLocations/EventNavPoint25")] 397 557 metadata/_custom_type_script = "uid://7pp7nxmr0c54" 398 558 399 559 [node name="NavPoint17" type="Marker2D" parent="UnitNavPoints" node_paths=PackedStringArray("connections")] 400 560 position = Vector2(-2692, -987) 401 561 script = ExtResource("13_7ogvl") 402 - connections = [NodePath("../NavPoint18")] 562 + connections = [NodePath("../NavPoint18"), NodePath("../../EventSpawnLocations/EventNavPoint25")] 403 563 metadata/_custom_type_script = "uid://7pp7nxmr0c54" 404 564 405 565 [node name="NavPoint18" type="Marker2D" parent="UnitNavPoints"]