Skip to content

Commit

Permalink
Set up submodules etc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Pate committed Dec 11, 2018
1 parent 006633c commit a725f64
Show file tree
Hide file tree
Showing 10 changed files with 61 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.import
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "MagicaVoxel-Importer"]
path = MagicaVoxel-Importer
url = [email protected]:jamie-pate/MagicaVoxel-Importer.git
1 change: 1 addition & 0 deletions MagicaVoxel-Importer
Submodule MagicaVoxel-Importer added at 8eab53
5 changes: 5 additions & 0 deletions default_env.tres
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[gd_resource type="Environment" load_steps=2 format=2]
[sub_resource type="ProceduralSky" id=1]
[resource]
background_mode = 2
background_sky = SubResource( 1 )
4 changes: 4 additions & 0 deletions deploy-git-hooks.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
echo "#! /usr/bin/env bash" > ./.git/hooks/post-checkout
echo "cp MagicaVoxel-Importer/addons/MagicaVoxelImporter/* addons/MagicaVoxelImporter" >> ./.git/hooks/post-checkout
chmod +x ./.git/hooks/post-checkout
./.git/hooks/post-checkout
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions icon.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
[remap]

importer="texture"
type="StreamTexture"
path="res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex"

[deps]

source_file="res://icon.png"
dest_files=[ "res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" ]

[params]

compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0
18 changes: 18 additions & 0 deletions project.godot
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
; Engine configuration file.
; It's best edited using the editor UI and not directly,
; since the parameters that go here are not all obvious.
;
; Format:
; [section] ; section goes between []
; param=value ; assign values to parameters

config_version=3

[application]

config/name="govox"
config/icon="res://icon.png"

[rendering]

environment/default_environment="res://default_env.tres"
Binary file added testbig.vox
Binary file not shown.
Binary file added testsm.vox
Binary file not shown.

0 comments on commit a725f64

Please sign in to comment.