This commit is contained in:
gemdude46 2023-01-30 08:56:47 +00:00
parent ed6def77f5
commit 7b5d84e662
9 changed files with 131 additions and 4 deletions

View file

@ -1,4 +1,4 @@
[gd_scene load_steps=15 format=2]
[gd_scene load_steps=17 format=2]
[ext_resource path="res://Tile Sets/SnowySlopes.tres" type="TileSet" id=1]
[ext_resource path="res://Units/DownhillAutoscrollerPlayer.tscn" type="PackedScene" id=2]
@ -11,6 +11,8 @@
[ext_resource path="res://Sounds/sfx_jump_07-80241.mp3" type="AudioStream" id=9]
[ext_resource path="res://Sounds/land2-43790.mp3" type="AudioStream" id=10]
[ext_resource path="res://Sounds/ski-67717.wav" type="AudioStream" id=11]
[ext_resource path="res://Scripts/Units/FollowReplay.gd" type="Script" id=12]
[ext_resource path="res://Scripts/PlayerRecorder.gd" type="Script" id=13]
[sub_resource type="Animation" id=3]
resource_name = "InitialFade"
@ -114,11 +116,16 @@ position = Vector2( 91, -197 )
[node name="Camera2D" type="Camera2D" parent="Player"]
offset = Vector2( 0, -15 )
[node name="PlayerRecorder" type="Node" parent="Player"]
script = ExtResource( 13 )
[node name="SpectatorCam" type="Camera2D" parent="."]
offset = Vector2( 0, -15 )
[node name="Rival" parent="." instance=ExtResource( 6 )]
position = Vector2( 91, -197 )
script = ExtResource( 12 )
unit_type = 0
[node name="CanvasLayer" type="CanvasLayer" parent="."]