You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
# GitHub Copilot Instructions for Godot Tower Defense
2
2
3
-
This document provides comprehensive instructions for GitHub Copilot to work effectively with this Godot 4.5 tower defense game project.
3
+
This document provides comprehensive instructions for GitHub Copilot to work effectively with this Godot 4 tower defense game project.
4
4
5
5
## Project Overview
6
6
7
-
This is a **3D tower defense game** built with **Godot 4.5**. The project uses a feature-based folder structure with clear separation of concerns and follows a Template + Config pattern for game entities.
7
+
This is a **3D tower defense game** built with **Godot 4**. The project uses a feature-based folder structure with clear separation of concerns and follows a Template + Config pattern for game entities.
8
8
9
9
### Key Project Details
10
-
-**Engine**: Godot 4.5
10
+
-**Engine**: Godot 4
11
11
-**Project Type**: 3D Tower Defense Game
12
12
-**Main Scene**: `Stages/Game/main/main.tscn`
13
13
-**Total Scenes**: 17 scenes
@@ -19,20 +19,20 @@ This is a **3D tower defense game** built with **Godot 4.5**. The project uses a
19
19
### ⚠️ CRITICAL: Asset Import Timing
20
20
**NEVER cancel the initial asset import process!** The first-time asset import takes **15+ minutes minimum**. Cancelling this process will break 3D model rendering and require starting over.
0 commit comments