mirror of
https://github.com/Steffo99/watermelonkeys-patched-ld51.git
synced 2024-11-22 08:04:19 +00:00
Merge branch 'master' of https://github.com/Watermelonkeys/New-and-Improoved-LD51
This commit is contained in:
commit
be39f2bcb3
6 changed files with 58 additions and 7 deletions
BIN
ASSETS/light/light2.png
Normal file
BIN
ASSETS/light/light2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
35
ASSETS/light/light2.png.import
Normal file
35
ASSETS/light/light2.png.import
Normal 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
|
BIN
ASSETS/sounds/suoneria_giorno_notte.mp3
Normal file
BIN
ASSETS/sounds/suoneria_giorno_notte.mp3
Normal file
Binary file not shown.
|
@ -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://platformer_controller/giovanna.gd" type="Script" id=1]
|
||||||
[ext_resource path="res://Giovanna.tres" type="SpriteFrames" id=2]
|
[ext_resource path="res://Giovanna.tres" type="SpriteFrames" id=2]
|
||||||
[ext_resource path="res://assets/sounds/salto1.wav" type="AudioStream" id=3]
|
[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]
|
[sub_resource type="RectangleShape2D" id=4]
|
||||||
extents = Vector2( 7, 15 )
|
extents = Vector2( 7, 15 )
|
||||||
|
|
||||||
|
@ -52,6 +55,7 @@ extents = Vector2( 9, 15 )
|
||||||
script = ExtResource( 1 )
|
script = ExtResource( 1 )
|
||||||
|
|
||||||
[node name="AnimatedSprite" type="AnimatedSprite" parent="."]
|
[node name="AnimatedSprite" type="AnimatedSprite" parent="."]
|
||||||
|
material = SubResource( 17 )
|
||||||
frames = ExtResource( 2 )
|
frames = ExtResource( 2 )
|
||||||
animation = "air"
|
animation = "air"
|
||||||
|
|
||||||
|
|
14
Level1.tscn
14
Level1.tscn
File diff suppressed because one or more lines are too long
10
light.tscn
10
light.tscn
|
@ -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/light.png" type="Texture" id=1]
|
||||||
[ext_resource path="res://ASSETS/light/vending_machine.png" type="Texture" id=2]
|
[ext_resource path="res://ASSETS/light/vending_machine.png" type="Texture" id=2]
|
||||||
|
@ -11,6 +11,9 @@
|
||||||
[sub_resource type="CircleShape2D" id=3]
|
[sub_resource type="CircleShape2D" id=3]
|
||||||
radius = 47.0
|
radius = 47.0
|
||||||
|
|
||||||
|
[sub_resource type="CanvasItemMaterial" id=6]
|
||||||
|
light_mode = 1
|
||||||
|
|
||||||
[sub_resource type="SpriteFrames" id=2]
|
[sub_resource type="SpriteFrames" id=2]
|
||||||
animations = [ {
|
animations = [ {
|
||||||
"frames": [ ExtResource( 5 ) ],
|
"frames": [ ExtResource( 5 ) ],
|
||||||
|
@ -47,14 +50,15 @@ __meta__ = {
|
||||||
}
|
}
|
||||||
|
|
||||||
[node name="Light2D" type="Light2D" parent="."]
|
[node name="Light2D" type="Light2D" parent="."]
|
||||||
scale = Vector2( 0.16, 0.16 )
|
scale = Vector2( 5, 5 )
|
||||||
texture = ExtResource( 1 )
|
texture = ExtResource( 1 )
|
||||||
shadow_enabled = true
|
energy = 0.5
|
||||||
|
|
||||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||||
shape = SubResource( 3 )
|
shape = SubResource( 3 )
|
||||||
|
|
||||||
[node name="Sprite" type="AnimatedSprite" parent="."]
|
[node name="Sprite" type="AnimatedSprite" parent="."]
|
||||||
|
material = SubResource( 6 )
|
||||||
position = Vector2( 0, -7 )
|
position = Vector2( 0, -7 )
|
||||||
scale = Vector2( 1.0625, 1.25 )
|
scale = Vector2( 1.0625, 1.25 )
|
||||||
frames = SubResource( 2 )
|
frames = SubResource( 2 )
|
||||||
|
|
Loading…
Reference in a new issue