Added screen info to level 02
This commit is contained in:
parent
1fd750cf6e
commit
be9eb71d37
@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=18 format=2]
|
||||
[gd_scene load_steps=19 format=2]
|
||||
|
||||
[ext_resource path="res://Textures/kenney_prototype_textures/red/texture_01.png" type="Texture" id=1]
|
||||
[ext_resource path="res://Textures/kenney_prototype_textures/orange/texture_01.png" type="Texture" id=2]
|
||||
@ -9,6 +9,7 @@
|
||||
[ext_resource path="res://Levels/Level02.gd" type="Script" id=7]
|
||||
[ext_resource path="res://fonts/TorontoSubwayRegular.ttf" type="DynamicFontData" id=8]
|
||||
[ext_resource path="res://Audio/DiJazz.ogg" type="AudioStream" id=9]
|
||||
[ext_resource path="res://Scenes/InfoScreen.tscn" type="PackedScene" id=10]
|
||||
|
||||
[sub_resource type="SpatialMaterial" id=1]
|
||||
albedo_texture = ExtResource( 2 )
|
||||
@ -103,7 +104,7 @@ height = 15.2222
|
||||
material = SubResource( 5 )
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource( 5 )]
|
||||
transform = Transform( -0.997569, 0, -0.0696868, 0, 1, 0, 0.0696868, 0, -0.997569, 0.792524, 4.26204, -33.907 )
|
||||
transform = Transform( -0.656112, 0, -0.754664, 0, 1, 0, 0.754664, 0, -0.656112, 0.792524, 4.26204, -33.907 )
|
||||
|
||||
[node name="Enemy" parent="." instance=ExtResource( 3 )]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.311301, 5.60897, -25.7954 )
|
||||
@ -139,6 +140,11 @@ transform = Transform( 0.707107, -0.353553, 0.612372, 0, 0.866025, 0.5, -0.70710
|
||||
[node name="WorldEnvironment_EpicBlueSky" type="WorldEnvironment" parent="."]
|
||||
environment = SubResource( 10 )
|
||||
|
||||
[node name="InfoScreen" parent="." instance=ExtResource( 10 )]
|
||||
transform = Transform( -0.05847, 0, -0.998289, 0, 1, 0, 0.998289, 0, -0.05847, 7.47698, 5.37611, -28.4769 )
|
||||
text = "Balls can
|
||||
bounce"
|
||||
|
||||
[connection signal="dying" from="Enemy" to="." method="_on_Enemy_dying"]
|
||||
[connection signal="dying" from="Enemy2" to="." method="_on_Enemy_dying"]
|
||||
[connection signal="timeout" from="End" to="." method="_on_Win_timeout"]
|
||||
|
Loading…
Reference in New Issue
Block a user