doc
parent
439dc47278
commit
20584151e8
|
@ -0,0 +1,29 @@
|
|||
# python
|
||||
|
||||
- 官网下载python,选择win64可执行的安装,左下角点击Add Path,自动添加环境变量
|
||||
- python -v ,查看版本
|
||||
|
||||
- pip是python的包管理工具,python自带了pip
|
||||
|
||||
```
|
||||
pip install requests # 普通安装依赖
|
||||
pip uninstall requests # 卸载
|
||||
pip install -r install.txt # 从文件中批量安装依赖
|
||||
pip install requests --proxy="http://127.0.0.1:10809" # 通过代理下载依赖
|
||||
|
||||
pip list # 已经安装的库
|
||||
pip install --upgrade requests
|
||||
```
|
||||
|
||||
# SCons
|
||||
|
||||
- 安装godot的项目依赖管理工具SCons
|
||||
- pip install SCons --proxy="http://127.0.0.1:10809"
|
||||
|
||||
# Visual Studio
|
||||
|
||||
- 官网下载Visual Studio 2019,然后选择C++编译工具安装就行
|
||||
|
||||
![Image text](image/vs01.JPG)
|
||||
![Image text](image/vs02.JPG)
|
||||
![Image text](image/vs03.JPG)
|
Binary file not shown.
After Width: | Height: | Size: 57 KiB |
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/vs01.JPG-4056c6cd396c02c3380a41a6edc55a86.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://compile/image/vs01.JPG"
|
||||
dest_files=[ "res://.import/vs01.JPG-4056c6cd396c02c3380a41a6edc55a86.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=true
|
||||
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=true
|
||||
svg/scale=1.0
|
Binary file not shown.
After Width: | Height: | Size: 485 KiB |
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/vs02.JPG-670a802f714c3b773fe287625af0d311.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://compile/image/vs02.JPG"
|
||||
dest_files=[ "res://.import/vs02.JPG-670a802f714c3b773fe287625af0d311.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=true
|
||||
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=true
|
||||
svg/scale=1.0
|
Binary file not shown.
After Width: | Height: | Size: 244 KiB |
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/vs03.JPG-00c7464c69dc89075e1e410a898850fb.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://compile/image/vs03.JPG"
|
||||
dest_files=[ "res://.import/vs03.JPG-00c7464c69dc89075e1e410a898850fb.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=true
|
||||
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=true
|
||||
svg/scale=1.0
|
Loading…
Reference in New Issue