parent
5c21c9b8ea
commit
9ff6088a05
@ -1,2 +1,4 @@
|
|||||||
|
# IDEs
|
||||||
|
.godot
|
||||||
.vscode/**
|
.vscode/**
|
||||||
!.vsocde/cSpell.json
|
!.vsocde/cSpell.json
|
||||||
|
@ -0,0 +1,8 @@
|
|||||||
|
<Project Sdk="Godot.NET.Sdk/4.0.0-rc.5">
|
||||||
|
<PropertyGroup>
|
||||||
|
<TargetFramework>net7.0</TargetFramework>
|
||||||
|
<EnableDynamicLoading>true</EnableDynamicLoading>
|
||||||
|
<Nullable>enable</Nullable>
|
||||||
|
<DefaultItemExcludes>$(DefaultItemExcludes);ScriptTemplates\**\*.cs</DefaultItemExcludes>
|
||||||
|
</PropertyGroup>
|
||||||
|
</Project>
|
@ -0,0 +1,19 @@
|
|||||||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
|
# Visual Studio 2012
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DKPK", "DKPK.csproj", "{D22DF52A-F864-45B7-9595-DADD94B0FAF1}"
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
ExportDebug|Any CPU = ExportDebug|Any CPU
|
||||||
|
ExportRelease|Any CPU = ExportRelease|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{D22DF52A-F864-45B7-9595-DADD94B0FAF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{D22DF52A-F864-45B7-9595-DADD94B0FAF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{D22DF52A-F864-45B7-9595-DADD94B0FAF1}.ExportDebug|Any CPU.ActiveCfg = ExportDebug|Any CPU
|
||||||
|
{D22DF52A-F864-45B7-9595-DADD94B0FAF1}.ExportDebug|Any CPU.Build.0 = ExportDebug|Any CPU
|
||||||
|
{D22DF52A-F864-45B7-9595-DADD94B0FAF1}.ExportRelease|Any CPU.ActiveCfg = ExportRelease|Any CPU
|
||||||
|
{D22DF52A-F864-45B7-9595-DADD94B0FAF1}.ExportRelease|Any CPU.Build.0 = ExportRelease|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
@ -0,0 +1,5 @@
|
|||||||
|
global using System;
|
||||||
|
global using System.Collections;
|
||||||
|
global using System.Collections.Generic;
|
||||||
|
global using System.Linq;
|
||||||
|
global using Godot;
|
@ -1,4 +1,3 @@
|
|||||||
# 甜点战争与装甲兵团
|
# 甜点战争与装甲兵团
|
||||||
|
|
||||||
> 在腾讯文档中进行编辑
|
- [背景设定](https://docs.qq.com/doc/DTW52cVlLcnhEaEpn)
|
||||||
> https://docs.qq.com/doc/DTW52cVlLcnhEaEpn
|
|
||||||
|
@ -0,0 +1,10 @@
|
|||||||
|
namespace DKPK
|
||||||
|
{
|
||||||
|
public partial class MainScene : Control
|
||||||
|
{
|
||||||
|
public override void _Ready()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,12 @@
|
|||||||
|
[gd_scene load_steps=2 format=3 uid="uid://cp51cer8rkiv5"]
|
||||||
|
|
||||||
|
[ext_resource type="Script" path="res://Scenes/MainScene.cs" id="1_8c3yr"]
|
||||||
|
|
||||||
|
[node name="MainScene" type="Control"]
|
||||||
|
layout_mode = 3
|
||||||
|
anchors_preset = 15
|
||||||
|
anchor_right = 1.0
|
||||||
|
anchor_bottom = 1.0
|
||||||
|
grow_horizontal = 2
|
||||||
|
grow_vertical = 2
|
||||||
|
script = ExtResource("1_8c3yr")
|
@ -0,0 +1,9 @@
|
|||||||
|
namespace DKPK
|
||||||
|
{
|
||||||
|
public partial class _CLASS_ : _BASE_
|
||||||
|
{
|
||||||
|
public override void _Ready()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,37 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="CompressedTexture2D"
|
||||||
|
uid="uid://bwprbwxtxocxf"
|
||||||
|
path="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://icon.svg"
|
||||||
|
dest_files=["res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/high_quality=false
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/hdr_compression=1
|
||||||
|
compress/normal_map=0
|
||||||
|
compress/channel_pack=0
|
||||||
|
mipmaps/generate=false
|
||||||
|
mipmaps/limit=-1
|
||||||
|
roughness/mode=0
|
||||||
|
roughness/src_normal=""
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/normal_map_invert_y=false
|
||||||
|
process/hdr_as_srgb=false
|
||||||
|
process/hdr_clamp_exposure=false
|
||||||
|
process/size_limit=0
|
||||||
|
detect_3d/compress_to=1
|
||||||
|
svg/scale=1.0
|
||||||
|
editor/scale_with_editor_scale=false
|
||||||
|
editor/convert_colors_with_editor_theme=false
|
@ -0,0 +1,43 @@
|
|||||||
|
; 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=5
|
||||||
|
|
||||||
|
[application]
|
||||||
|
|
||||||
|
config/name="DKPK"
|
||||||
|
config/name_localized={
|
||||||
|
"en": "Dessert Kriege und Panzerkorps",
|
||||||
|
"zh_Hans": "甜点战争与装甲兵团",
|
||||||
|
"zh_Hant": "甜點戰爭與裝甲兵團"
|
||||||
|
}
|
||||||
|
run/main_scene="res://Scenes/MainScene.tscn"
|
||||||
|
config/features=PackedStringArray("4.0", "C#", "Forward Plus")
|
||||||
|
config/icon="res://icon.svg"
|
||||||
|
|
||||||
|
[display]
|
||||||
|
|
||||||
|
window/size/viewport_width=1600
|
||||||
|
window/size/viewport_height=900
|
||||||
|
|
||||||
|
[dotnet]
|
||||||
|
|
||||||
|
project/assembly_name="DKPK"
|
||||||
|
|
||||||
|
[editor]
|
||||||
|
|
||||||
|
script/templates_search_path="res://ScriptTemplates"
|
||||||
|
naming/default_signal_callback_name="On_{NodeName}_{SignalName}"
|
||||||
|
naming/default_signal_callback_to_self_name="On_{SignalName}"
|
||||||
|
naming/scene_name_casing=1
|
||||||
|
|
||||||
|
[rendering]
|
||||||
|
|
||||||
|
anti_aliasing/quality/msaa_2d=1
|
||||||
|
anti_aliasing/quality/msaa_3d=1
|
||||||
|
anti_aliasing/quality/screen_space_aa=1
|
Loading…
Reference in new issue