mirror of
https://git.kittycat.homes/zoe/codename-routes.git
synced 2024-08-15 03:18:26 +00:00
first commit
This commit is contained in:
parent
bb17c577dd
commit
f5f66b5918
10 changed files with 69 additions and 8 deletions
|
@ -0,0 +1,3 @@
|
|||
source_md5="7d76499be9b404817efc9b6091ecd3f7"
|
||||
dest_md5="a8c8f2f79e2fef0ca5ca5b3b72c995ad"
|
||||
|
BIN
godot/.import/default.png-3bbe939339db863d2d767f4cc6888a76.stex
Normal file
BIN
godot/.import/default.png-3bbe939339db863d2d767f4cc6888a76.stex
Normal file
Binary file not shown.
|
@ -1,5 +1,7 @@
|
|||
[gd_resource type="Environment" load_steps=2 format=2]
|
||||
|
||||
[sub_resource type="ProceduralSky" id=1]
|
||||
|
||||
[resource]
|
||||
background_mode = 2
|
||||
background_sky = SubResource( 1 )
|
||||
|
|
|
@ -11,8 +11,33 @@ config_version=4
|
|||
[application]
|
||||
|
||||
config/name="routes"
|
||||
run/main_scene="res://world/world.tscn"
|
||||
config/icon="res://icon.png"
|
||||
|
||||
[importer_defaults]
|
||||
|
||||
texture={
|
||||
"compress/bptc_ldr": 0,
|
||||
"compress/hdr_mode": 0,
|
||||
"compress/lossy_quality": 0.7,
|
||||
"compress/mode": 0,
|
||||
"compress/normal_map": 0,
|
||||
"detect_3d": false,
|
||||
"flags/anisotropic": false,
|
||||
"flags/filter": false,
|
||||
"flags/mipmaps": false,
|
||||
"flags/repeat": 0,
|
||||
"flags/srgb": 2,
|
||||
"process/HDR_as_SRGB": false,
|
||||
"process/fix_alpha_border": true,
|
||||
"process/invert_color": false,
|
||||
"process/normal_map_invert_y": false,
|
||||
"process/premult_alpha": false,
|
||||
"size_limit": 0,
|
||||
"stream": false,
|
||||
"svg/scale": 1.0
|
||||
}
|
||||
|
||||
[physics]
|
||||
|
||||
common/enable_pause_aware_picking=true
|
||||
|
|
BIN
godot/sprite/tiles/default.png
Normal file
BIN
godot/sprite/tiles/default.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 195 B |
35
godot/sprite/tiles/default.png.import
Normal file
35
godot/sprite/tiles/default.png.import
Normal file
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/default.png-3bbe939339db863d2d767f4cc6888a76.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sprite/tiles/default.png"
|
||||
dest_files=[ "res://.import/default.png-3bbe939339db863d2d767f4cc6888a76.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=false
|
||||
svg/scale=1.0
|
3
godot/world/world.tscn
Normal file
3
godot/world/world.tscn
Normal file
|
@ -0,0 +1,3 @@
|
|||
[gd_scene format=2]
|
||||
|
||||
[node name="World" type="Node2D"]
|
BIN
libresprite/tiles/default.ase
Normal file
BIN
libresprite/tiles/default.ase
Normal file
Binary file not shown.
|
@ -1,8 +1 @@
|
|||
#[cfg(test)]
|
||||
mod tests {
|
||||
#[test]
|
||||
fn it_works() {
|
||||
let result = 2 + 2;
|
||||
assert_eq!(result, 4);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue