diff --git a/GameJam-Vanier.csproj b/GameJam-Vanier.csproj new file mode 100644 index 0000000..4210b40 --- /dev/null +++ b/GameJam-Vanier.csproj @@ -0,0 +1,7 @@ + + + net6.0 + true + GameJamVanier + + \ No newline at end of file diff --git a/GameJam-Vanier.sln b/GameJam-Vanier.sln new file mode 100644 index 0000000..7c378cc --- /dev/null +++ b/GameJam-Vanier.sln @@ -0,0 +1,19 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GameJam-Vanier", "GameJam-Vanier.csproj", "{B0F8C24C-3F3F-4BEF-9FAE-2BED071D784A}" +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 + {B0F8C24C-3F3F-4BEF-9FAE-2BED071D784A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B0F8C24C-3F3F-4BEF-9FAE-2BED071D784A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B0F8C24C-3F3F-4BEF-9FAE-2BED071D784A}.ExportDebug|Any CPU.ActiveCfg = ExportDebug|Any CPU + {B0F8C24C-3F3F-4BEF-9FAE-2BED071D784A}.ExportDebug|Any CPU.Build.0 = ExportDebug|Any CPU + {B0F8C24C-3F3F-4BEF-9FAE-2BED071D784A}.ExportRelease|Any CPU.ActiveCfg = ExportRelease|Any CPU + {B0F8C24C-3F3F-4BEF-9FAE-2BED071D784A}.ExportRelease|Any CPU.Build.0 = ExportRelease|Any CPU + EndGlobalSection +EndGlobal diff --git a/Levels/level.tscn b/Levels/level.tscn new file mode 100644 index 0000000..90ce57c --- /dev/null +++ b/Levels/level.tscn @@ -0,0 +1,11 @@ +[gd_scene load_steps=2 format=3 uid="uid://b8rvp5g0vj8q1"] + +[sub_resource type="TileSet" id="TileSet_kwosm"] +tile_size = Vector2i(64, 64) + +[node name="Level" type="Node2D"] + +[node name="TileMap" type="TileMap" parent="."] +tile_set = SubResource("TileSet_kwosm") +cell_quadrant_size = 64 +format = 2 diff --git a/project.godot b/project.godot index 04ece7d..47c5c98 100644 --- a/project.godot +++ b/project.godot @@ -11,7 +11,7 @@ config_version=5 [application] config/name="GameJam-Vanier" -config/features=PackedStringArray("4.0", "Forward Plus") +config/features=PackedStringArray("4.0", "C#", "Forward Plus") config/icon="res://icon.svg" [dotnet]