1
Fork 0
mirror of https://github.com/Steffo99/watermelonkeys-patched-ld51.git synced 2024-11-21 15:44:19 +00:00
This commit is contained in:
AndreaTerenz 2022-10-03 21:55:20 +02:00
parent 0e38b9226a
commit d6ec893623
6 changed files with 91 additions and 14 deletions

35
ASSETS/cactus.png.import Normal file
View file

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/cactus.png-bf66f27736945243f6ec6c2b3bc1aa48.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://ASSETS/cactus.png"
dest_files=[ "res://.import/cactus.png-bf66f27736945243f6ec6c2b3bc1aa48.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

BIN
ASSETS/light/light2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

View file

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/light2.png-81e110adec01c40e27b598ea08719794.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://ASSETS/light/light2.png"
dest_files=[ "res://.import/light2.png-81e110adec01c40e27b598ea08719794.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

View file

@ -1,9 +1,12 @@
[gd_scene load_steps=7 format=2]
[gd_scene load_steps=8 format=2]
[ext_resource path="res://platformer_controller/giovanna.gd" type="Script" id=1]
[ext_resource path="res://Giovanna.tres" type="SpriteFrames" id=2]
[ext_resource path="res://assets/sounds/salto1.wav" type="AudioStream" id=3]
[sub_resource type="CanvasItemMaterial" id=17]
light_mode = 1
[sub_resource type="RectangleShape2D" id=4]
extents = Vector2( 7, 15 )
@ -52,6 +55,7 @@ extents = Vector2( 9, 15 )
script = ExtResource( 1 )
[node name="AnimatedSprite" type="AnimatedSprite" parent="."]
material = SubResource( 17 )
frames = ExtResource( 2 )
animation = "air"

File diff suppressed because one or more lines are too long

View file

@ -1,4 +1,4 @@
[gd_scene load_steps=10 format=2]
[gd_scene load_steps=11 format=2]
[ext_resource path="res://ASSETS/light/light.png" type="Texture" id=1]
[ext_resource path="res://ASSETS/light/vending_machine.png" type="Texture" id=2]
@ -11,6 +11,9 @@
[sub_resource type="CircleShape2D" id=3]
radius = 47.0
[sub_resource type="CanvasItemMaterial" id=6]
light_mode = 1
[sub_resource type="SpriteFrames" id=2]
animations = [ {
"frames": [ ExtResource( 5 ) ],
@ -47,14 +50,15 @@ __meta__ = {
}
[node name="Light2D" type="Light2D" parent="."]
scale = Vector2( 0.16, 0.16 )
scale = Vector2( 5, 5 )
texture = ExtResource( 1 )
shadow_enabled = true
energy = 0.5
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource( 3 )
[node name="Sprite" type="AnimatedSprite" parent="."]
material = SubResource( 6 )
position = Vector2( 0, -7 )
scale = Vector2( 1.0625, 1.25 )
frames = SubResource( 2 )