assets -> media
|
|
@ -1,6 +1,6 @@
|
|||
[gd_resource type="DynamicFont" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://assets/font/m3x6.ttf" type="DynamicFontData" id=1]
|
||||
[ext_resource path="res://media/font/m3x6.ttf" type="DynamicFontData" id=1]
|
||||
|
||||
[resource]
|
||||
extra_spacing_top = -5
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
[gd_resource type="DynamicFont" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://assets/font/m5x7.ttf" type="DynamicFontData" id=1]
|
||||
[ext_resource path="res://media/font/m5x7.ttf" type="DynamicFontData" id=1]
|
||||
|
||||
[resource]
|
||||
extra_spacing_top = -4
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
[gd_resource type="DynamicFont" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://assets/font/m6x11.ttf" type="DynamicFontData" id=1]
|
||||
[ext_resource path="res://media/font/m6x11.ttf" type="DynamicFontData" id=1]
|
||||
|
||||
[resource]
|
||||
extra_spacing_bottom = -1
|
||||
|
Before Width: | Height: | Size: 81 B After Width: | Height: | Size: 81 B |
|
Before Width: | Height: | Size: 92 B After Width: | Height: | Size: 92 B |
|
Before Width: | Height: | Size: 189 B After Width: | Height: | Size: 189 B |
|
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 8.2 KiB |
|
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.3 KiB |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 6.8 KiB |
|
Before Width: | Height: | Size: 376 B After Width: | Height: | Size: 376 B |
|
Before Width: | Height: | Size: 931 B After Width: | Height: | Size: 931 B |
|
Before Width: | Height: | Size: 150 B After Width: | Height: | Size: 150 B |
|
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1 KiB |
|
Before Width: | Height: | Size: 627 B After Width: | Height: | Size: 627 B |
|
Before Width: | Height: | Size: 322 B After Width: | Height: | Size: 322 B |
|
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1 KiB |
|
Before Width: | Height: | Size: 350 B After Width: | Height: | Size: 350 B |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 666 B After Width: | Height: | Size: 666 B |
|
Before Width: | Height: | Size: 86 B After Width: | Height: | Size: 86 B |
|
Before Width: | Height: | Size: 847 B After Width: | Height: | Size: 847 B |
|
Before Width: | Height: | Size: 310 B After Width: | Height: | Size: 310 B |
|
Before Width: | Height: | Size: 234 B After Width: | Height: | Size: 234 B |
|
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 6.4 KiB |
|
Before Width: | Height: | Size: 139 B After Width: | Height: | Size: 139 B |
|
Before Width: | Height: | Size: 209 B After Width: | Height: | Size: 209 B |
|
Before Width: | Height: | Size: 127 B After Width: | Height: | Size: 127 B |
|
Before Width: | Height: | Size: 369 B After Width: | Height: | Size: 369 B |
|
|
@ -1,8 +1,9 @@
|
|||
[gd_scene load_steps=11 format=2]
|
||||
|
||||
[ext_resource path="res://src/map/06.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://assets/3d/DefaultMaterial.material" type="Material" id=2]
|
||||
[ext_resource path="res://assets/3d/Material.material" type="Material" id=3]
|
||||
[ext_resource path="res://media/3d/DefaultMaterial.material" type="Material" id=2]
|
||||
[ext_resource path="res://media/3d/Material.material" type="Material" id=3]
|
||||
|
||||
|
||||
|
||||
[sub_resource type="CubeMesh" id=1]
|
||||
|
|
|
|||
|
|
@ -1,9 +1,10 @@
|
|||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://assets/image/crate_tiles.png" type="Texture" id=1]
|
||||
[ext_resource path="res://assets/audio/sfx/hit10.wav" type="AudioStream" id=2]
|
||||
[ext_resource path="res://media/image/crate_tiles.png" type="Texture" id=1]
|
||||
[ext_resource path="res://media/audio/sfx/hit10.wav" type="AudioStream" id=2]
|
||||
[ext_resource path="res://src/actor/Box.gd" type="Script" id=3]
|
||||
|
||||
|
||||
[sub_resource type="Animation" id=1]
|
||||
resource_name = "hit"
|
||||
length = 0.4
|
||||
|
|
|
|||
|
|
@ -1,8 +1,9 @@
|
|||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://assets/image/door.png" type="Texture" id=1]
|
||||
[ext_resource path="res://media/image/door.png" type="Texture" id=1]
|
||||
[ext_resource path="res://src/actor/Door.gd" type="Script" id=2]
|
||||
[ext_resource path="res://assets/font/m3x6.tres" type="DynamicFont" id=3]
|
||||
[ext_resource path="res://media/font/m3x6.tres" type="DynamicFont" id=3]
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,12 @@
|
|||
[gd_scene load_steps=7 format=2]
|
||||
|
||||
[ext_resource path="res://assets/image/portal.png" type="Texture" id=1]
|
||||
[ext_resource path="res://media/image/portal.png" type="Texture" id=1]
|
||||
[ext_resource path="res://src/actor/Exit.gd" type="Script" id=2]
|
||||
[ext_resource path="res://assets/image/pixel.png" type="Texture" id=3]
|
||||
[ext_resource path="res://assets/image/star.png" type="Texture" id=4]
|
||||
[ext_resource path="res://media/image/pixel.png" type="Texture" id=3]
|
||||
[ext_resource path="res://media/image/star.png" type="Texture" id=4]
|
||||
[ext_resource path="res://src/actor/ExitStar.gd" type="Script" id=5]
|
||||
|
||||
|
||||
[sub_resource type="Animation" id=1]
|
||||
length = 1.6
|
||||
loop = true
|
||||
|
|
|
|||
|
|
@ -1,8 +1,9 @@
|
|||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://src/actor/Passthrough.gd" type="Script" id=1]
|
||||
[ext_resource path="res://assets/image/crate.png" type="Texture" id=2]
|
||||
[ext_resource path="res://assets/audio/sfx/hit0.wav" type="AudioStream" id=3]
|
||||
[ext_resource path="res://media/image/crate.png" type="Texture" id=2]
|
||||
[ext_resource path="res://media/audio/sfx/hit0.wav" type="AudioStream" id=3]
|
||||
|
||||
|
||||
[node name="Passthrough" type="Node2D" groups=[
|
||||
"actor",
|
||||
|
|
|
|||
|
|
@ -1,11 +1,12 @@
|
|||
[gd_scene load_steps=13 format=2]
|
||||
|
||||
[ext_resource path="res://src/actor/Player.gd" type="Script" id=1]
|
||||
[ext_resource path="res://assets/audio/sfx/player_jump.wav" type="AudioStream" id=2]
|
||||
[ext_resource path="res://assets/image/player.png" type="Texture" id=3]
|
||||
[ext_resource path="res://assets/audio/sfx/btn3.wav" type="AudioStream" id=4]
|
||||
[ext_resource path="res://assets/audio/sfx/sfx10.wav" type="AudioStream" id=5]
|
||||
[ext_resource path="res://assets/audio/sfx/box_drop.wav" type="AudioStream" id=6]
|
||||
[ext_resource path="res://media/audio/sfx/player_jump.wav" type="AudioStream" id=2]
|
||||
[ext_resource path="res://media/image/player.png" type="Texture" id=3]
|
||||
[ext_resource path="res://media/audio/sfx/btn3.wav" type="AudioStream" id=4]
|
||||
[ext_resource path="res://media/audio/sfx/sfx10.wav" type="AudioStream" id=5]
|
||||
[ext_resource path="res://media/audio/sfx/box_drop.wav" type="AudioStream" id=6]
|
||||
|
||||
|
||||
[sub_resource type="Animation" id=1]
|
||||
length = 0.6
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://src/actor/Actor.gd" type="Script" id=2]
|
||||
[ext_resource path="res://assets/image/spike.png" type="Texture" id=3]
|
||||
[ext_resource path="res://media/image/spike.png" type="Texture" id=3]
|
||||
|
||||
|
||||
[node name="Spike" type="Node2D" groups=[
|
||||
"actor",
|
||||
|
|
|
|||
|
|
@ -1,8 +1,9 @@
|
|||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://assets/image/crate.png" type="Texture" id=1]
|
||||
[ext_resource path="res://media/image/crate.png" type="Texture" id=1]
|
||||
[ext_resource path="res://src/actor/Switch.gd" type="Script" id=2]
|
||||
[ext_resource path="res://assets/audio/sfx/btn3.wav" type="AudioStream" id=3]
|
||||
[ext_resource path="res://media/audio/sfx/btn3.wav" type="AudioStream" id=3]
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,12 @@
|
|||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://assets/image/crate.png" type="Texture" id=1]
|
||||
[ext_resource path="res://media/image/crate.png" type="Texture" id=1]
|
||||
[ext_resource path="res://src/actor/SwitchBlock.gd" type="Script" id=2]
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
[node name="SwitchBlock" type="Node2D" groups=[
|
||||
"actor",
|
||||
]]
|
||||
|
|
|
|||
|
|
@ -1,13 +1,14 @@
|
|||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://src/actor/Treadmill.gd" type="Script" id=1]
|
||||
[ext_resource path="res://assets/image/tread.png" type="Texture" id=2]
|
||||
[ext_resource path="res://media/image/tread.png" type="Texture" id=2]
|
||||
[ext_resource path="res://src/shader/scrollx.shader" type="Shader" id=3]
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=2]
|
||||
shader = ExtResource( 3 )
|
||||
shader_param/speed = 4.0
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
[gd_scene load_steps=12 format=2]
|
||||
|
||||
[ext_resource path="res://src/autoload/DevConsole.gd" type="Script" id=2]
|
||||
[ext_resource path="res://assets/font/m3x6.ttf" type="DynamicFontData" id=3]
|
||||
[ext_resource path="res://media/font/m3x6.ttf" type="DynamicFontData" id=3]
|
||||
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=1]
|
||||
bg_color = Color( 0.247059, 0.247059, 0.247059, 0.247059 )
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
[gd_scene load_steps=6 format=2]
|
||||
|
||||
[ext_resource path="res://assets/font/m3x6.tres" type="DynamicFont" id=1]
|
||||
[ext_resource path="res://assets/image/timer.png" type="Texture" id=2]
|
||||
[ext_resource path="res://media/font/m3x6.tres" type="DynamicFont" id=1]
|
||||
[ext_resource path="res://media/image/timer.png" type="Texture" id=2]
|
||||
[ext_resource path="res://src/autoload/HUD.gd" type="Script" id=3]
|
||||
[ext_resource path="res://assets/image/hud2.png" type="Texture" id=4]
|
||||
[ext_resource path="res://media/image/hud2.png" type="Texture" id=4]
|
||||
[ext_resource path="res://src/fx/Wipe.tscn" type="PackedScene" id=5]
|
||||
|
||||
[node name="HUD" type="CanvasLayer"]
|
||||
|
|
|
|||
|
|
@ -1,12 +1,13 @@
|
|||
[gd_scene load_steps=8 format=2]
|
||||
|
||||
[ext_resource path="res://assets/font/m3x6.tres" type="DynamicFont" id=1]
|
||||
[ext_resource path="res://assets/image/9slice.png" type="Texture" id=2]
|
||||
[ext_resource path="res://media/font/m3x6.tres" type="DynamicFont" id=1]
|
||||
[ext_resource path="res://media/image/9slice.png" type="Texture" id=2]
|
||||
[ext_resource path="res://src/autoload/Pause.gd" type="Script" id=3]
|
||||
[ext_resource path="res://assets/image/8pixel.png" type="Texture" id=4]
|
||||
[ext_resource path="res://assets/font/m6x11.ttf" type="DynamicFontData" id=5]
|
||||
[ext_resource path="res://media/image/8pixel.png" type="Texture" id=4]
|
||||
[ext_resource path="res://media/font/m6x11.ttf" type="DynamicFontData" id=5]
|
||||
[ext_resource path="res://src/menu/Buttons/bSelect.tscn" type="PackedScene" id=6]
|
||||
|
||||
|
||||
[sub_resource type="DynamicFont" id=1]
|
||||
outline_size = 1
|
||||
outline_color = Color( 0, 0, 0, 1 )
|
||||
|
|
|
|||
|
|
@ -1,8 +1,9 @@
|
|||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://src/fx/Explosion.gd" type="Script" id=1]
|
||||
[ext_resource path="res://assets/image/explode.png" type="Texture" id=2]
|
||||
[ext_resource path="res://assets/audio/sfx/Randomize7.wav" type="AudioStream" id=3]
|
||||
[ext_resource path="res://media/image/explode.png" type="Texture" id=2]
|
||||
[ext_resource path="res://media/audio/sfx/Randomize7.wav" type="AudioStream" id=3]
|
||||
|
||||
|
||||
[sub_resource type="Animation" id=1]
|
||||
length = 0.45
|
||||
|
|
|
|||
|
|
@ -1,9 +1,10 @@
|
|||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://assets/image/explode2.png" type="Texture" id=1]
|
||||
[ext_resource path="res://assets/audio/sfx/portal2.wav" type="AudioStream" id=2]
|
||||
[ext_resource path="res://media/image/explode2.png" type="Texture" id=1]
|
||||
[ext_resource path="res://media/audio/sfx/portal2.wav" type="AudioStream" id=2]
|
||||
[ext_resource path="res://src/fx/Explosion2.gd" type="Script" id=3]
|
||||
|
||||
|
||||
[sub_resource type="Animation" id=1]
|
||||
length = 0.5
|
||||
step = 0.01
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://assets/image/wipe.png" type="Texture" id=1]
|
||||
[ext_resource path="res://assets/audio/sfx/wipe.wav" type="AudioStream" id=2]
|
||||
[ext_resource path="res://media/image/wipe.png" type="Texture" id=1]
|
||||
[ext_resource path="res://media/audio/sfx/wipe.wav" type="AudioStream" id=2]
|
||||
|
||||
[sub_resource type="GDScript" id=1]
|
||||
script/source = "extends Node2D
|
||||
|
|
|
|||
|
|
@ -8,8 +8,9 @@
|
|||
[ext_resource path="res://src/stage/DetailTileMap.tscn" type="PackedScene" id=6]
|
||||
[ext_resource path="res://src/stage/GameCamera.tscn" type="PackedScene" id=7]
|
||||
[ext_resource path="res://src/actor/Exit.tscn" type="PackedScene" id=8]
|
||||
[ext_resource path="res://assets/image/solid_bricks.png" type="Texture" id=10]
|
||||
[ext_resource path="res://assets/image/brickA.png" type="Texture" id=11]
|
||||
[ext_resource path="res://media/image/solid_bricks.png" type="Texture" id=10]
|
||||
[ext_resource path="res://media/image/brickA.png" type="Texture" id=11]
|
||||
|
||||
|
||||
[sub_resource type="TileSet" id=1]
|
||||
0/name = "solid_bricks.png 0"
|
||||
|
|
|
|||
|
|
@ -8,8 +8,9 @@
|
|||
[ext_resource path="res://src/stage/DetailTileMap.tscn" type="PackedScene" id=6]
|
||||
[ext_resource path="res://src/stage/GameCamera.tscn" type="PackedScene" id=7]
|
||||
[ext_resource path="res://src/actor/Exit.tscn" type="PackedScene" id=8]
|
||||
[ext_resource path="res://assets/image/solid_bricks.png" type="Texture" id=9]
|
||||
[ext_resource path="res://assets/image/brickA.png" type="Texture" id=10]
|
||||
[ext_resource path="res://media/image/solid_bricks.png" type="Texture" id=9]
|
||||
[ext_resource path="res://media/image/brickA.png" type="Texture" id=10]
|
||||
|
||||
|
||||
[sub_resource type="TileSet" id=1]
|
||||
0/name = "solid_bricks.png 0"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://assets/font/m6x11.tres" type="DynamicFont" id=1]
|
||||
[ext_resource path="res://assets/image/btn.png" type="Texture" id=2]
|
||||
[ext_resource path="res://media/font/m6x11.tres" type="DynamicFont" id=1]
|
||||
[ext_resource path="res://media/image/btn.png" type="Texture" id=2]
|
||||
|
||||
[node name="Buttons" type="Node2D"]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://assets/font/m6x11.tres" type="DynamicFont" id=1]
|
||||
[ext_resource path="res://assets/image/btn.png" type="Texture" id=2]
|
||||
[ext_resource path="res://media/font/m6x11.tres" type="DynamicFont" id=1]
|
||||
[ext_resource path="res://media/image/btn.png" type="Texture" id=2]
|
||||
|
||||
[node name="Buttons" type="Node2D"]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://assets/image/btn.png" type="Texture" id=1]
|
||||
[ext_resource path="res://assets/font/m6x11.tres" type="DynamicFont" id=2]
|
||||
[ext_resource path="res://media/image/btn.png" type="Texture" id=1]
|
||||
[ext_resource path="res://media/font/m6x11.tres" type="DynamicFont" id=2]
|
||||
|
||||
[node name="Buttons" type="Node2D"]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://assets/font/m3x6.tres" type="DynamicFont" id=1]
|
||||
[ext_resource path="res://media/font/m3x6.tres" type="DynamicFont" id=1]
|
||||
|
||||
[sub_resource type="GDScript" id=1]
|
||||
script/source = "extends Node2D
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
[gd_scene load_steps=10 format=2]
|
||||
|
||||
[ext_resource path="res://assets/image/corner.png" type="Texture" id=1]
|
||||
[ext_resource path="res://assets/font/m3x6.tres" type="DynamicFont" id=2]
|
||||
[ext_resource path="res://assets/image/btn.png" type="Texture" id=3]
|
||||
[ext_resource path="res://assets/font/m6x11.tres" type="DynamicFont" id=4]
|
||||
[ext_resource path="res://media/image/corner.png" type="Texture" id=1]
|
||||
[ext_resource path="res://media/font/m3x6.tres" type="DynamicFont" id=2]
|
||||
[ext_resource path="res://media/image/btn.png" type="Texture" id=3]
|
||||
[ext_resource path="res://media/font/m6x11.tres" type="DynamicFont" id=4]
|
||||
[ext_resource path="res://src/menu/Buttons/bSelect.tscn" type="PackedScene" id=5]
|
||||
[ext_resource path="res://src/shader/outline2D_outer.shader" type="Shader" id=6]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://assets/image/crate_tiles.png" type="Texture" id=1]
|
||||
[ext_resource path="res://assets/image/bricks.png" type="Texture" id=2]
|
||||
[ext_resource path="res://media/image/crate_tiles.png" type="Texture" id=1]
|
||||
[ext_resource path="res://media/image/bricks.png" type="Texture" id=2]
|
||||
|
||||
|
||||
|
||||
[sub_resource type="TileSet" id=1]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://assets/image/solid_bricks.png" type="Texture" id=2]
|
||||
[ext_resource path="res://media/image/solid_bricks.png" type="Texture" id=2]
|
||||
|
||||
|
||||
[sub_resource type="TileSet" id=1]
|
||||
0/name = "solid_bricks.png 0"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://assets/image/crate_tiles.png" type="Texture" id=1]
|
||||
[ext_resource path="res://media/image/crate_tiles.png" type="Texture" id=1]
|
||||
|
||||
|
||||
[sub_resource type="TileSet" id=1]
|
||||
0/name = "crate_tiles.png 0"
|
||||
|
|
|
|||