Compare commits

..

No commits in common. 'c68b1a171060ca99642b7c77d36975b6ff5f8f6b' and '4049e97caa7d6fefb047c17d53d3e98c20185afc' have entirely different histories.

  1. BIN
      Music/Main Menu-Unmastered.mp3
  2. 15
      Music/Main Menu-Unmastered.mp3.import
  3. 7
      Story/Ch1S1.tscn
  4. 2
      Story/Ch1S2.tscn
  5. BIN
      Tiles/gumtree-flat.png
  6. BIN
      Tiles/gumtree-flat2.png

BIN
Music/Main Menu-Unmastered.mp3

Binary file not shown.

15
Music/Main Menu-Unmastered.mp3.import

@ -1,15 +0,0 @@
[remap]
importer="mp3"
type="AudioStreamMP3"
path="res://.import/Main Menu-Unmastered.mp3-2e265f72c05c83a0917565f7a755a0dd.mp3str"
[deps]
source_file="res://Music/Main Menu-Unmastered.mp3"
dest_files=[ "res://.import/Main Menu-Unmastered.mp3-2e265f72c05c83a0917565f7a755a0dd.mp3str" ]
[params]
loop=true
loop_offset=0

7
Story/Ch1S1.tscn

@ -1,10 +1,9 @@
[gd_scene load_steps=6 format=2] [gd_scene load_steps=5 format=2]
[ext_resource path="res://Resources/woods.tres" type="TileSet" id=1] [ext_resource path="res://Resources/woods.tres" type="TileSet" id=1]
[ext_resource path="res://Scenes/Player.tscn" type="PackedScene" id=2] [ext_resource path="res://Scenes/Player.tscn" type="PackedScene" id=2]
[ext_resource path="res://Scripts/ScrollCamera.gd" type="Script" id=3] [ext_resource path="res://Scripts/ScrollCamera.gd" type="Script" id=3]
[ext_resource path="res://Scripts/Ch1S1.gd" type="Script" id=4] [ext_resource path="res://Scripts/Ch1S1.gd" type="Script" id=4]
[ext_resource path="res://Music/Main Menu-Unmastered.mp3" type="AudioStream" id=5]
[node name="Ch1S1" type="Node2D"] [node name="Ch1S1" type="Node2D"]
script = ExtResource( 4 ) script = ExtResource( 4 )
@ -13,10 +12,6 @@ script = ExtResource( 4 )
current = true current = true
script = ExtResource( 3 ) script = ExtResource( 3 )
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 5 )
autoplay = true
[node name="Background" type="ParallaxBackground" parent="."] [node name="Background" type="ParallaxBackground" parent="."]
[node name="SkyUpper" type="ParallaxLayer" parent="Background"] [node name="SkyUpper" type="ParallaxLayer" parent="Background"]

2
Story/Ch1S2.tscn

@ -40,7 +40,7 @@ extents = Vector2( 103.5, 156 )
[node name="Ch1S2" type="Node2D"] [node name="Ch1S2" type="Node2D"]
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."] [node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."]
stream = ExtResource( 15 ) stream = ExtResource( 15 )
autoplay = true autoplay = true

BIN
Tiles/gumtree-flat.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

BIN
Tiles/gumtree-flat2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

Loading…
Cancel
Save