diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2021-08-28 11:07:19 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2021-08-28 11:07:19 +0200 |
commit | 54311e2b4194ccad0d28b60a718da8cb01c89f80 (patch) | |
tree | a2a8d7be55566b26c00df04df872590cadbea60a /demo/Main.tscn | |
parent | 5dc80e37eb13931f3bdbacffaad5a945732e1209 (diff) | |
download | godot-hexgrid-54311e2b4194ccad0d28b60a718da8cb01c89f80.zip godot-hexgrid-54311e2b4194ccad0d28b60a718da8cb01c89f80.tar.gz |
set addons/hexgrid, closess #2
Diffstat (limited to 'demo/Main.tscn')
-rw-r--r-- | demo/Main.tscn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/demo/Main.tscn b/demo/Main.tscn index 6fa7f31..6ac653f 100644 --- a/demo/Main.tscn +++ b/demo/Main.tscn @@ -1,11 +1,11 @@ [gd_scene load_steps=10 format=2] [ext_resource path="res://demo/Camera.gd" type="Script" id=1] -[ext_resource path="res://assets/Anke.otf" type="DynamicFontData" id=2] -[ext_resource path="res://assets/target.png" type="Texture" id=3] +[ext_resource path="res://demo/assets/Anke.otf" type="DynamicFontData" id=2] +[ext_resource path="res://demo/assets/target.png" type="Texture" id=3] [ext_resource path="res://demo/Map.gd" type="Script" id=4] [ext_resource path="res://demo/Los.gd" type="Script" id=5] -[ext_resource path="res://assets/tank.png" type="Texture" id=6] +[ext_resource path="res://demo/assets/tank.png" type="Texture" id=6] [ext_resource path="res://demo/Main.gd" type="Script" id=7] [sub_resource type="DynamicFont" id=1] |