generated from SGDA/GodotExampleProject
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
9f176cd1a9 |
BIN
assets/garance/EGJ-cyberdrinker.png
(Stored with Git LFS)
Normal file
BIN
assets/garance/EGJ-cyberdrinker.png
(Stored with Git LFS)
Normal file
Binary file not shown.
34
assets/garance/EGJ-cyberdrinker.png.import
Normal file
34
assets/garance/EGJ-cyberdrinker.png.import
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="CompressedTexture2D"
|
||||||
|
uid="uid://c6y6qpondp2v"
|
||||||
|
path="res://.godot/imported/EGJ-cyberdrinker.png-3bc16dc2b6e9493099a8c411d3113bd8.ctex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://assets/garance/EGJ-cyberdrinker.png"
|
||||||
|
dest_files=["res://.godot/imported/EGJ-cyberdrinker.png-3bc16dc2b6e9493099a8c411d3113bd8.ctex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/high_quality=false
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/hdr_compression=1
|
||||||
|
compress/normal_map=0
|
||||||
|
compress/channel_pack=0
|
||||||
|
mipmaps/generate=false
|
||||||
|
mipmaps/limit=-1
|
||||||
|
roughness/mode=0
|
||||||
|
roughness/src_normal=""
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/normal_map_invert_y=false
|
||||||
|
process/hdr_as_srgb=false
|
||||||
|
process/hdr_clamp_exposure=false
|
||||||
|
process/size_limit=0
|
||||||
|
detect_3d/compress_to=1
|
@ -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="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"]
|
[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://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="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="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"]
|
[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_nyh47"]
|
||||||
texture = ExtResource("3_18rbg")
|
texture = ExtResource("3_18rbg")
|
||||||
@ -3271,6 +3272,15 @@ stream = SubResource("AudioStreamInteractive_yudpf")
|
|||||||
autoplay = true
|
autoplay = true
|
||||||
bus = &"Music"
|
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="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="FirstBatchTrigger" to="." method="_on_first_batch_trigger_body_entered"]
|
||||||
[connection signal="body_entered" from="FirstBatchTrigger2" to="." method="_on_first_batch_trigger_2_body_entered"]
|
[connection signal="body_entered" from="FirstBatchTrigger2" to="." method="_on_first_batch_trigger_2_body_entered"]
|
||||||
|
Reference in New Issue
Block a user