-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
started reworking control keys
- Loading branch information
Showing
82 changed files
with
412 additions
and
323 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,8 @@ | ||
[gd_resource type="SpatialMaterial" load_steps=2 format=2] | ||
|
||
[ext_resource path="res://Assets/Materials/background_cube_emission.png" type="Texture" id=1] | ||
[ext_resource path="res://Assets/Materials/background_cube_color.png" type="Texture" id=2] | ||
|
||
[resource] | ||
resource_local_to_scene = true | ||
albedo_color = Color( 0.792157, 0.654902, 0.662745, 1 ) | ||
metallic_specular = 0.0 | ||
emission_enabled = true | ||
emission = Color( 0, 0, 0, 1 ) | ||
emission_energy = 0.0 | ||
emission_operator = 0 | ||
emission_on_uv2 = false | ||
emission_texture = ExtResource( 1 ) | ||
uv1_scale = Vector3( 3, 2, 1 ) | ||
uv2_scale = Vector3( 0.5, 1, 1 ) | ||
flags_unshaded = true | ||
albedo_texture = ExtResource( 2 ) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[gd_resource type="SpatialMaterial" load_steps=2 format=2] | ||
|
||
[ext_resource path="res://Assets/Materials/end_cube_color.png" type="Texture" id=1] | ||
|
||
[resource] | ||
resource_local_to_scene = true | ||
flags_unshaded = true | ||
albedo_texture = ExtResource( 1 ) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Blender v2.92.0 OBJ File: 'custom_cube.blend' | ||
# www.blender.org | ||
o Cube | ||
v 1.000000 1.000000 -1.000000 | ||
v 1.000000 -1.000000 -1.000000 | ||
v 1.000000 1.000000 1.000000 | ||
v 1.000000 -1.000000 1.000000 | ||
v -1.000000 1.000000 -1.000000 | ||
v -1.000000 -1.000000 -1.000000 | ||
v -1.000000 1.000000 1.000000 | ||
v -1.000000 -1.000000 1.000000 | ||
vt 0.017857 0.684524 | ||
vt 0.315476 0.684524 | ||
vt 0.315476 0.982143 | ||
vt 0.017857 0.982143 | ||
vt 0.982143 0.017857 | ||
vt 0.982143 0.315476 | ||
vt 0.684524 0.315476 | ||
vt 0.684524 0.017857 | ||
vt 0.982143 0.351191 | ||
vt 0.982143 0.648810 | ||
vt 0.684524 0.648810 | ||
vt 0.684524 0.351191 | ||
vt 0.684524 0.684524 | ||
vt 0.982143 0.684524 | ||
vt 0.982143 0.982143 | ||
vt 0.684524 0.982143 | ||
vt 0.315476 0.351191 | ||
vt 0.315476 0.648810 | ||
vt 0.017857 0.648810 | ||
vt 0.017857 0.351191 | ||
vt 0.315476 0.017857 | ||
vt 0.315476 0.315476 | ||
vt 0.017857 0.315476 | ||
vt 0.017857 0.017857 | ||
vn 0.0000 1.0000 0.0000 | ||
vn 0.0000 0.0000 1.0000 | ||
vn -1.0000 0.0000 0.0000 | ||
vn 0.0000 -1.0000 0.0000 | ||
vn 1.0000 0.0000 0.0000 | ||
vn 0.0000 0.0000 -1.0000 | ||
s off | ||
f 1/1/1 5/2/1 7/3/1 3/4/1 | ||
f 4/5/2 3/6/2 7/7/2 8/8/2 | ||
f 8/9/3 7/10/3 5/11/3 6/12/3 | ||
f 6/13/4 2/14/4 4/15/4 8/16/4 | ||
f 2/17/5 1/18/5 3/19/5 4/20/5 | ||
f 6/21/6 5/22/6 1/23/6 2/24/6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
[remap] | ||
|
||
importer="wavefront_obj" | ||
type="Mesh" | ||
path="res://.import/custom_cube.obj-b6d9425b97ea1e29f2c12182182ab466.mesh" | ||
|
||
[deps] | ||
|
||
files=[ "res://.import/custom_cube.obj-b6d9425b97ea1e29f2c12182182ab466.mesh" ] | ||
|
||
source_file="res://Assets/Models/custom_cube.obj" | ||
dest_files=[ "res://.import/custom_cube.obj-b6d9425b97ea1e29f2c12182182ab466.mesh", "res://.import/custom_cube.obj-b6d9425b97ea1e29f2c12182182ab466.mesh" ] | ||
|
||
[params] | ||
|
||
generate_tangents=true | ||
scale_mesh=Vector3( 1, 1, 1 ) | ||
offset_mesh=Vector3( 0, 0, 0 ) | ||
optimize_mesh=true |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
[remap] | ||
|
||
importer="texture" | ||
type="StreamTexture" | ||
path="res://.import/anti_control_tiles.png-665ea1e26a6eb9b026d9e75a2e3c861e.stex" | ||
metadata={ | ||
"vram_texture": false | ||
} | ||
|
||
[deps] | ||
|
||
source_file="res://Assets/Sprites/tilesets/anti_control_tiles.png" | ||
dest_files=[ "res://.import/anti_control_tiles.png-665ea1e26a6eb9b026d9e75a2e3c861e.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 | ||
stream=false | ||
size_limit=0 | ||
detect_3d=false | ||
svg/scale=1.0 |
File renamed without changes
Oops, something went wrong.