nom bar
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 12s
Create tag and build when new code gets to main / Export (push) Successful in 2m32s

This commit is contained in:
2025-06-29 15:12:39 +02:00
parent f6dae54fd0
commit 9f176cd1a9
3 changed files with 48 additions and 1 deletions

View File

@ -1,4 +1,4 @@
[gd_scene load_steps=117 format=4 uid="uid://b8uo8e7x1frsc"]
[gd_scene load_steps=118 format=4 uid="uid://b8uo8e7x1frsc"]
[ext_resource type="Script" uid="uid://cjo7sxy5vy7bc" path="res://scenes/indoors/bar.gd" id="1_x0onc"]
[ext_resource type="Resource" uid="uid://7bmpcn0dxwr8" path="res://scenes/player/base.tres" id="2_7r073"]
@ -60,6 +60,7 @@
[ext_resource type="Texture2D" uid="uid://cdkd4frggan56" path="res://assets/Modern_Interiors_Free_v2.2/Modern tiles_Free/Characters_free/Alex_idle_anim_16x16.png" id="58_8o1ns"]
[ext_resource type="Texture2D" uid="uid://dhjv5lvcp7so" path="res://assets/Modern_Interiors_Free_v2.2/Modern tiles_Free/Characters_free/Bob_idle_anim_16x16.png" id="59_shjvm"]
[ext_resource type="AudioStream" uid="uid://cb40pasbhcfuq" path="res://assets/Audio/MUS_LVL2_intro.ogg" id="60_shjvm"]
[ext_resource type="Texture2D" uid="uid://c6y6qpondp2v" path="res://assets/garance/EGJ-cyberdrinker.png" id="61_yudpf"]
[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_nyh47"]
texture = ExtResource("3_18rbg")
@ -3271,6 +3272,15 @@ stream = SubResource("AudioStreamInteractive_yudpf")
autoplay = true
bus = &"Music"
[node name="Sprite2D" type="Sprite2D" parent="."]
position = Vector2(335, 66)
texture = ExtResource("61_yudpf")
[node name="PointLight2D" type="PointLight2D" parent="Sprite2D"]
color = Color(1, 0.756863, 1, 1)
energy = 2.0
texture = ExtResource("61_yudpf")
[connection signal="timeout" from="TimerBetweenVO" to="." method="_on_timer_between_vo_timeout"]
[connection signal="body_entered" from="FirstBatchTrigger" to="." method="_on_first_batch_trigger_body_entered"]
[connection signal="body_entered" from="FirstBatchTrigger2" to="." method="_on_first_batch_trigger_2_body_entered"]