feature/templating-level (#74)
Co-authored-by: VAILLANT Jeremy <vaillant.jeremy@dev-crea.com> Reviewed-on: Athena/game-source#74 Co-authored-by: darknight <vaillant.jeremy@dev-crea.com> Co-committed-by: darknight <vaillant.jeremy@dev-crea.com>
This commit is contained in:
@@ -1,6 +1,20 @@
|
||||
[gd_scene load_steps=2 format=2]
|
||||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://scenes/levels/Levels.gd" type="Script" id=1]
|
||||
[ext_resource path="res://assets/sounds/ambient-sound-level-warcraft.ogg" type="AudioStream" id=2]
|
||||
[ext_resource path="res://scenes/levels/parts/Back.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://scenes/levels/parts/ListObjects.tscn" type="PackedScene" id=4]
|
||||
|
||||
[node name="Spatial" type="Spatial"]
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="ListObjects" parent="." instance=ExtResource( 4 )]
|
||||
|
||||
[node name="Quit" parent="." instance=ExtResource( 3 )]
|
||||
|
||||
[node name="AmbientSound" type="AudioStreamPlayer" parent="."]
|
||||
stream = ExtResource( 2 )
|
||||
volume_db = -15.0
|
||||
stream_paused = true
|
||||
|
||||
[node name="ObjectFind" type="AudioStreamPlayer" parent="."]
|
||||
|
||||
Reference in New Issue
Block a user