Skip to content

Commit

Permalink
Add foam spray to bottom of waterfall. (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
knightofiam authored Dec 12, 2020
1 parent aa1acf2 commit d265e42
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions main.tscn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[gd_scene load_steps=59 format=2]
[gd_scene load_steps=64 format=2]

[ext_resource path="res://Player.cs" type="Script" id=1]
[ext_resource path="res://waterfall2.png" type="Texture" id=2]
Expand Down Expand Up @@ -186,9 +186,29 @@ animations = [ {
"speed": 20.0
} ]

[sub_resource type="AtlasTexture" id=51]
atlas = ExtResource( 2 )
region = Rect2( 0, 0, 48, 48 )

[sub_resource type="AtlasTexture" id=52]
atlas = ExtResource( 2 )
region = Rect2( 48, 0, 48, 48 )

[sub_resource type="AtlasTexture" id=53]
atlas = ExtResource( 2 )
region = Rect2( 96, 0, 48, 48 )

[sub_resource type="AtlasTexture" id=54]
atlas = ExtResource( 2 )
region = Rect2( 144, 0, 48, 48 )

[sub_resource type="AtlasTexture" id=55]
atlas = ExtResource( 2 )
region = Rect2( 192, 0, 48, 48 )

[sub_resource type="SpriteFrames" id=35]
animations = [ {
"frames": [ ],
"frames": [ SubResource( 51 ), SubResource( 52 ), SubResource( 53 ), SubResource( 54 ), SubResource( 55 ) ],
"loop": true,
"name": "default",
"speed": 8.0
Expand Down
Binary file modified pyxel/waterfall2.pyxel
Binary file not shown.
Binary file modified waterfall2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d265e42

Please sign in to comment.