Browse Source

:truck: Rearrange project as a clean architecture

As defined by Dricom Dragon.
DricomDragon 2 years ago
parent
commit
be0a14a917
42 changed files with 93 additions and 433 deletions
  1. 0 0
      godot/component/entity/enemy/Enemy.gd
  2. 9 7
      godot/Enemy.tscn
  3. 0 0
      godot/component/entity/enemy/enemyFlyingAlt_1.png
  4. 3 3
      godot/dodge_assets/art/enemyFlyingAlt_1.png.import
  5. 0 0
      godot/component/entity/enemy/enemyFlyingAlt_2.png
  6. 3 3
      godot/dodge_assets/art/enemyFlyingAlt_2.png.import
  7. 0 0
      godot/component/entity/enemy/enemySwimming_1.png
  8. 3 3
      godot/dodge_assets/art/enemySwimming_1.png.import
  9. 0 0
      godot/component/entity/enemy/enemySwimming_2.png
  10. 3 3
      godot/dodge_assets/art/enemySwimming_2.png.import
  11. 0 0
      godot/component/entity/enemy/enemyWalking_1.png
  12. 3 3
      godot/dodge_assets/art/enemyWalking_1.png.import
  13. 0 0
      godot/component/entity/enemy/enemyWalking_2.png
  14. 3 3
      godot/dodge_assets/art/enemyWalking_2.png.import
  15. 0 0
      godot/component/entity/player/Player.gd
  16. 5 5
      godot/Player.tscn
  17. 0 0
      godot/component/entity/player/playerGrey_up1.png
  18. 3 3
      godot/dodge_assets/art/playerGrey_up1.png.import
  19. 0 0
      godot/component/entity/player/playerGrey_up2.png
  20. 3 3
      godot/dodge_assets/art/playerGrey_up2.png.import
  21. 0 0
      godot/component/entity/player/playerGrey_walk1.png
  22. 3 3
      godot/dodge_assets/art/playerGrey_walk1.png.import
  23. 0 0
      godot/component/entity/player/playerGrey_walk2.png
  24. 3 3
      godot/dodge_assets/art/playerGrey_walk2.png.import
  25. 0 0
      godot/component/ui/Xolonium-Regular.ttf
  26. 4 1
      godot/Background.tscn
  27. 0 0
      godot/component/ui/background/water.jpg
  28. 3 3
      godot/dodge_assets/art/water.jpg.import
  29. 0 0
      godot/component/ui/hud/HUD.gd
  30. 6 4
      godot/HUD.tscn
  31. 0 0
      godot/component/ui/hud/map_set.png
  32. 3 3
      godot/dodge_assets/art/map_set.png.import
  33. 0 15
      godot/dodge_assets/art/House In a Forest Loop.ogg.import
  34. 0 253
      godot/dodge_assets/fonts/FONTLOG.txt
  35. 0 94
      godot/dodge_assets/fonts/LICENSE.txt
  36. 0 0
      godot/effect/loose/gameover.wav
  37. 3 3
      godot/dodge_assets/art/gameover.wav.import
  38. 2 2
      godot/project.godot
  39. 0 0
      godot/run/HouseInAForestLoop.ogg
  40. 15 0
      godot/run/HouseInAForestLoop.ogg.import
  41. 0 0
      godot/run/Main.gd
  42. 13 13
      godot/Main.tscn

godot/Enemy.gd → godot/component/entity/enemy/Enemy.gd


+ 9 - 7
godot/Enemy.tscn

@@ -1,12 +1,14 @@
 [gd_scene load_steps=11 format=2]
 
-[ext_resource path="res://Enemy.gd" type="Script" id=1]
-[ext_resource path="res://dodge_assets/art/enemySwimming_1.png" type="Texture" id=2]
-[ext_resource path="res://dodge_assets/art/enemySwimming_2.png" type="Texture" id=3]
-[ext_resource path="res://dodge_assets/art/enemyFlyingAlt_1.png" type="Texture" id=4]
-[ext_resource path="res://dodge_assets/art/enemyFlyingAlt_2.png" type="Texture" id=5]
-[ext_resource path="res://dodge_assets/art/enemyWalking_1.png" type="Texture" id=6]
-[ext_resource path="res://dodge_assets/art/enemyWalking_2.png" type="Texture" id=7]
+[ext_resource path="res://component/entity/enemy/Enemy.gd" type="Script" id=1]
+[ext_resource path="res://component/entity/enemy/enemySwimming_1.png" type="Texture" id=2]
+[ext_resource path="res://component/entity/enemy/enemySwimming_2.png" type="Texture" id=3]
+[ext_resource path="res://component/entity/enemy/enemyFlyingAlt_1.png" type="Texture" id=4]
+[ext_resource path="res://component/entity/enemy/enemyFlyingAlt_2.png" type="Texture" id=5]
+[ext_resource path="res://component/entity/enemy/enemyWalking_1.png" type="Texture" id=6]
+[ext_resource path="res://component/entity/enemy/enemyWalking_2.png" type="Texture" id=7]
+
+
 
 [sub_resource type="PhysicsMaterial" id=3]
 friction = 0.1

godot/dodge_assets/art/enemyFlyingAlt_1.png → godot/component/entity/enemy/enemyFlyingAlt_1.png


+ 3 - 3
godot/dodge_assets/art/enemyFlyingAlt_1.png.import

@@ -2,15 +2,15 @@
 
 importer="texture"
 type="StreamTexture"
-path="res://.import/enemyFlyingAlt_1.png-8ce33154da28e8b2ed50a7dc36947f78.stex"
+path="res://.import/enemyFlyingAlt_1.png-9c5d2454be380c2eeb6d8fa67cc374a1.stex"
 metadata={
 "vram_texture": false
 }
 
 [deps]
 
-source_file="res://dodge_assets/art/enemyFlyingAlt_1.png"
-dest_files=[ "res://.import/enemyFlyingAlt_1.png-8ce33154da28e8b2ed50a7dc36947f78.stex" ]
+source_file="res://component/entity/enemy/enemyFlyingAlt_1.png"
+dest_files=[ "res://.import/enemyFlyingAlt_1.png-9c5d2454be380c2eeb6d8fa67cc374a1.stex" ]
 
 [params]
 

godot/dodge_assets/art/enemyFlyingAlt_2.png → godot/component/entity/enemy/enemyFlyingAlt_2.png


+ 3 - 3
godot/dodge_assets/art/enemyFlyingAlt_2.png.import

@@ -2,15 +2,15 @@
 
 importer="texture"
 type="StreamTexture"
-path="res://.import/enemyFlyingAlt_2.png-be7282dd710ae3e7352a204ef2815099.stex"
+path="res://.import/enemyFlyingAlt_2.png-00a55dc5ac1c27821f99baf519bac647.stex"
 metadata={
 "vram_texture": false
 }
 
 [deps]
 
-source_file="res://dodge_assets/art/enemyFlyingAlt_2.png"
-dest_files=[ "res://.import/enemyFlyingAlt_2.png-be7282dd710ae3e7352a204ef2815099.stex" ]
+source_file="res://component/entity/enemy/enemyFlyingAlt_2.png"
+dest_files=[ "res://.import/enemyFlyingAlt_2.png-00a55dc5ac1c27821f99baf519bac647.stex" ]
 
 [params]
 

godot/dodge_assets/art/enemySwimming_1.png → godot/component/entity/enemy/enemySwimming_1.png


+ 3 - 3
godot/dodge_assets/art/enemySwimming_1.png.import

@@ -2,15 +2,15 @@
 
 importer="texture"
 type="StreamTexture"
-path="res://.import/enemySwimming_1.png-33cae58fcd6340a8a651c923413ba316.stex"
+path="res://.import/enemySwimming_1.png-e32bf7eeeeb21f70545fa389d91f3ab5.stex"
 metadata={
 "vram_texture": false
 }
 
 [deps]
 
-source_file="res://dodge_assets/art/enemySwimming_1.png"
-dest_files=[ "res://.import/enemySwimming_1.png-33cae58fcd6340a8a651c923413ba316.stex" ]
+source_file="res://component/entity/enemy/enemySwimming_1.png"
+dest_files=[ "res://.import/enemySwimming_1.png-e32bf7eeeeb21f70545fa389d91f3ab5.stex" ]
 
 [params]
 

godot/dodge_assets/art/enemySwimming_2.png → godot/component/entity/enemy/enemySwimming_2.png


+ 3 - 3
godot/dodge_assets/art/enemySwimming_2.png.import

@@ -2,15 +2,15 @@
 
 importer="texture"
 type="StreamTexture"
-path="res://.import/enemySwimming_2.png-1c762c061d47df2dcad64b64bca7e6a3.stex"
+path="res://.import/enemySwimming_2.png-0ba4705ca96e94da007b795ea20649f1.stex"
 metadata={
 "vram_texture": false
 }
 
 [deps]
 
-source_file="res://dodge_assets/art/enemySwimming_2.png"
-dest_files=[ "res://.import/enemySwimming_2.png-1c762c061d47df2dcad64b64bca7e6a3.stex" ]
+source_file="res://component/entity/enemy/enemySwimming_2.png"
+dest_files=[ "res://.import/enemySwimming_2.png-0ba4705ca96e94da007b795ea20649f1.stex" ]
 
 [params]
 

godot/dodge_assets/art/enemyWalking_1.png → godot/component/entity/enemy/enemyWalking_1.png


+ 3 - 3
godot/dodge_assets/art/enemyWalking_1.png.import

@@ -2,15 +2,15 @@
 
 importer="texture"
 type="StreamTexture"
-path="res://.import/enemyWalking_1.png-d5ceaabc18541872d02c2adc056b0eb2.stex"
+path="res://.import/enemyWalking_1.png-89ace17788e324551540d461808cd12b.stex"
 metadata={
 "vram_texture": false
 }
 
 [deps]
 
-source_file="res://dodge_assets/art/enemyWalking_1.png"
-dest_files=[ "res://.import/enemyWalking_1.png-d5ceaabc18541872d02c2adc056b0eb2.stex" ]
+source_file="res://component/entity/enemy/enemyWalking_1.png"
+dest_files=[ "res://.import/enemyWalking_1.png-89ace17788e324551540d461808cd12b.stex" ]
 
 [params]
 

godot/dodge_assets/art/enemyWalking_2.png → godot/component/entity/enemy/enemyWalking_2.png


+ 3 - 3
godot/dodge_assets/art/enemyWalking_2.png.import

@@ -2,15 +2,15 @@
 
 importer="texture"
 type="StreamTexture"
-path="res://.import/enemyWalking_2.png-fc49f5822684b236d46b24c810deb46c.stex"
+path="res://.import/enemyWalking_2.png-226088c4f1f6c899c8e23f618ea43a12.stex"
 metadata={
 "vram_texture": false
 }
 
 [deps]
 
-source_file="res://dodge_assets/art/enemyWalking_2.png"
-dest_files=[ "res://.import/enemyWalking_2.png-fc49f5822684b236d46b24c810deb46c.stex" ]
+source_file="res://component/entity/enemy/enemyWalking_2.png"
+dest_files=[ "res://.import/enemyWalking_2.png-226088c4f1f6c899c8e23f618ea43a12.stex" ]
 
 [params]
 

godot/Player.gd → godot/component/entity/player/Player.gd


+ 5 - 5
godot/Player.tscn

@@ -1,10 +1,10 @@
 [gd_scene load_steps=8 format=2]
 
-[ext_resource path="res://Player.gd" type="Script" id=1]
-[ext_resource path="res://dodge_assets/art/playerGrey_walk1.png" type="Texture" id=2]
-[ext_resource path="res://dodge_assets/art/playerGrey_walk2.png" type="Texture" id=3]
-[ext_resource path="res://dodge_assets/art/playerGrey_up1.png" type="Texture" id=4]
-[ext_resource path="res://dodge_assets/art/playerGrey_up2.png" type="Texture" id=5]
+[ext_resource path="res://component/entity/player/Player.gd" type="Script" id=1]
+[ext_resource path="res://component/entity/player/playerGrey_walk1.png" type="Texture" id=2]
+[ext_resource path="res://component/entity/player/playerGrey_walk2.png" type="Texture" id=3]
+[ext_resource path="res://component/entity/player/playerGrey_up1.png" type="Texture" id=4]
+[ext_resource path="res://component/entity/player/playerGrey_up2.png" type="Texture" id=5]
 
 [sub_resource type="SpriteFrames" id=1]
 animations = [ {

godot/dodge_assets/art/playerGrey_up1.png → godot/component/entity/player/playerGrey_up1.png


+ 3 - 3
godot/dodge_assets/art/playerGrey_up1.png.import

@@ -2,15 +2,15 @@
 
 importer="texture"
 type="StreamTexture"
-path="res://.import/playerGrey_up1.png-6058387b3fb6e7f778644e8ad3aadab4.stex"
+path="res://.import/playerGrey_up1.png-d652d27055e8dc921388cf2422830f98.stex"
 metadata={
 "vram_texture": false
 }
 
 [deps]
 
-source_file="res://dodge_assets/art/playerGrey_up1.png"
-dest_files=[ "res://.import/playerGrey_up1.png-6058387b3fb6e7f778644e8ad3aadab4.stex" ]
+source_file="res://component/entity/player/playerGrey_up1.png"
+dest_files=[ "res://.import/playerGrey_up1.png-d652d27055e8dc921388cf2422830f98.stex" ]
 
 [params]
 

godot/dodge_assets/art/playerGrey_up2.png → godot/component/entity/player/playerGrey_up2.png


+ 3 - 3
godot/dodge_assets/art/playerGrey_up2.png.import

@@ -2,15 +2,15 @@
 
 importer="texture"
 type="StreamTexture"
-path="res://.import/playerGrey_up2.png-ce6a77241b62c89872671e4fbb407d97.stex"
+path="res://.import/playerGrey_up2.png-dfbd2a112439a5cf57a5113b783120f3.stex"
 metadata={
 "vram_texture": false
 }
 
 [deps]
 
-source_file="res://dodge_assets/art/playerGrey_up2.png"
-dest_files=[ "res://.import/playerGrey_up2.png-ce6a77241b62c89872671e4fbb407d97.stex" ]
+source_file="res://component/entity/player/playerGrey_up2.png"
+dest_files=[ "res://.import/playerGrey_up2.png-dfbd2a112439a5cf57a5113b783120f3.stex" ]
 
 [params]
 

godot/dodge_assets/art/playerGrey_walk1.png → godot/component/entity/player/playerGrey_walk1.png


+ 3 - 3
godot/dodge_assets/art/playerGrey_walk1.png.import

@@ -2,15 +2,15 @@
 
 importer="texture"
 type="StreamTexture"
-path="res://.import/playerGrey_walk1.png-3c93e21e37ad441f9a424fb92289371b.stex"
+path="res://.import/playerGrey_walk1.png-b60cc04d5f0d7210c42bc89101fb0486.stex"
 metadata={
 "vram_texture": false
 }
 
 [deps]
 
-source_file="res://dodge_assets/art/playerGrey_walk1.png"
-dest_files=[ "res://.import/playerGrey_walk1.png-3c93e21e37ad441f9a424fb92289371b.stex" ]
+source_file="res://component/entity/player/playerGrey_walk1.png"
+dest_files=[ "res://.import/playerGrey_walk1.png-b60cc04d5f0d7210c42bc89101fb0486.stex" ]
 
 [params]
 

godot/dodge_assets/art/playerGrey_walk2.png → godot/component/entity/player/playerGrey_walk2.png


+ 3 - 3
godot/dodge_assets/art/playerGrey_walk2.png.import

@@ -2,15 +2,15 @@
 
 importer="texture"
 type="StreamTexture"
-path="res://.import/playerGrey_walk2.png-d4bccfc502d1b7b254a59c3b4a7b2d0b.stex"
+path="res://.import/playerGrey_walk2.png-638e0b55045a0f0b478e62bb394d27f9.stex"
 metadata={
 "vram_texture": false
 }
 
 [deps]
 
-source_file="res://dodge_assets/art/playerGrey_walk2.png"
-dest_files=[ "res://.import/playerGrey_walk2.png-d4bccfc502d1b7b254a59c3b4a7b2d0b.stex" ]
+source_file="res://component/entity/player/playerGrey_walk2.png"
+dest_files=[ "res://.import/playerGrey_walk2.png-638e0b55045a0f0b478e62bb394d27f9.stex" ]
 
 [params]
 

godot/dodge_assets/fonts/Xolonium-Regular.ttf → godot/component/ui/Xolonium-Regular.ttf


+ 4 - 1
godot/Background.tscn

@@ -1,10 +1,13 @@
 [gd_scene load_steps=2 format=2]
 
-[ext_resource path="res://dodge_assets/art/water.jpg" type="Texture" id=1]
+[ext_resource path="res://component/ui/background/water.jpg" type="Texture" id=1]
 
 [node name="Background" type="Control"]
 anchor_right = 1.0
 anchor_bottom = 1.0
+__meta__ = {
+"_edit_use_anchors_": false
+}
 
 [node name="TextureRect" type="TextureRect" parent="."]
 anchor_right = 1.0

godot/dodge_assets/art/water.jpg → godot/component/ui/background/water.jpg


+ 3 - 3
godot/dodge_assets/art/water.jpg.import

@@ -2,15 +2,15 @@
 
 importer="texture"
 type="StreamTexture"
-path="res://.import/water.jpg-45d84d89be0059d59456a6d4b6f43594.stex"
+path="res://.import/water.jpg-e1688304b88431022e47310a7c7ae2dd.stex"
 metadata={
 "vram_texture": false
 }
 
 [deps]
 
-source_file="res://dodge_assets/art/water.jpg"
-dest_files=[ "res://.import/water.jpg-45d84d89be0059d59456a6d4b6f43594.stex" ]
+source_file="res://component/ui/background/water.jpg"
+dest_files=[ "res://.import/water.jpg-e1688304b88431022e47310a7c7ae2dd.stex" ]
 
 [params]
 

godot/HUD.gd → godot/component/ui/hud/HUD.gd


+ 6 - 4
godot/HUD.tscn

@@ -1,10 +1,12 @@
 [gd_scene load_steps=12 format=2]
 
-[ext_resource path="res://HUD.gd" type="Script" id=1]
-[ext_resource path="res://dodge_assets/art/map_set.png" type="Texture" id=2]
+[ext_resource path="res://component/ui/hud/HUD.gd" type="Script" id=1]
+[ext_resource path="res://component/ui/hud/map_set.png" type="Texture" id=2]
+
+
 
 [sub_resource type="DynamicFontData" id=1]
-font_path = "res://dodge_assets/fonts/Xolonium-Regular.ttf"
+font_path = "res://component/ui/Xolonium-Regular.ttf"
 
 [sub_resource type="DynamicFont" id=2]
 size = 64
@@ -13,7 +15,7 @@ outline_color = Color( 0, 0, 0, 1 )
 font_data = SubResource( 1 )
 
 [sub_resource type="DynamicFontData" id=3]
-font_path = "res://dodge_assets/fonts/Xolonium-Regular.ttf"
+font_path = "res://component/ui/Xolonium-Regular.ttf"
 
 [sub_resource type="DynamicFont" id=4]
 size = 80

godot/dodge_assets/art/map_set.png → godot/component/ui/hud/map_set.png


+ 3 - 3
godot/dodge_assets/art/map_set.png.import

@@ -2,15 +2,15 @@
 
 importer="texture"
 type="StreamTexture"
-path="res://.import/map_set.png-dec2eab27aca15ce5b50ac1df0947369.stex"
+path="res://.import/map_set.png-41950620e88c495b00b91065c2702ca5.stex"
 metadata={
 "vram_texture": false
 }
 
 [deps]
 
-source_file="res://dodge_assets/art/map_set.png"
-dest_files=[ "res://.import/map_set.png-dec2eab27aca15ce5b50ac1df0947369.stex" ]
+source_file="res://component/ui/hud/map_set.png"
+dest_files=[ "res://.import/map_set.png-41950620e88c495b00b91065c2702ca5.stex" ]
 
 [params]
 

+ 0 - 15
godot/dodge_assets/art/House In a Forest Loop.ogg.import

@@ -1,15 +0,0 @@
-[remap]
-
-importer="ogg_vorbis"
-type="AudioStreamOGGVorbis"
-path="res://.import/House In a Forest Loop.ogg-15353d07d5f5f0a62488c67fbd240b2c.oggstr"
-
-[deps]
-
-source_file="res://dodge_assets/art/House In a Forest Loop.ogg"
-dest_files=[ "res://.import/House In a Forest Loop.ogg-15353d07d5f5f0a62488c67fbd240b2c.oggstr" ]
-
-[params]
-
-loop=true
-loop_offset=0

+ 0 - 253
godot/dodge_assets/fonts/FONTLOG.txt

@@ -1,253 +0,0 @@
-Please distribute this file along with the Xolonium fonts when possible.
-
-
-Source
-
-	Find the sourcefiles of Xolonium at
-	<gitlab.com/sev/xolonium>
-
-
-Credits
-
-	Xolonium is created with FontForge <fontforge.org>,
-	Inkscape <inkscape.org>, Python <python.org>, and
-	FontTools <github.com/fonttools>.
-
-	It originated as a custom font for the open-source
-	game Xonotic <xonotic.org>. With many thanks to the
-	Xonotic community for your support.
-
-
-Supported OpenType features
-
-	case  Provides case sensitive placement of punctuation,
-	      brackets, and math symbols for uppercase text.
-	frac  Replaces number/number sequences with diagonal fractions.
-	      Numbers that touch a slash should not exceed 10 digits.
-	kern  Provides kerning for Latin, Greek, and Cyrillic scripts.
-	locl  Dutch: Replaces j with a stressed version if it follows í.
-	      Sami: Replaces n-form Eng with the preferred N-form version.
-	      Romanian and Moldovan: Replaces ŞşŢţ with the preferred ȘșȚț.
-	pnum  Replaces monospaced digits with proportional versions.
-	sinf  Replaces digits with scientific inferiors below the baseline.
-	subs  Replaces digits with subscript versions on the baseline.
-	sups  Replaces digits with superscript versions.
-	zero  Replaces zero with a slashed version.
-
-
-Supported glyph sets
-
-	Adobe Latin 3
-	OpenType W1G
-	ISO 8859-1   Western European
-	ISO 8859-2   Central European
-	ISO 8859-3   South European
-	ISO 8859-4   North European
-	ISO 8859-5   Cyrillic
-	ISO 8859-7   Greek
-	ISO 8859-9   Turkish
-	ISO 8859-10  Nordic
-	ISO 8859-13  Baltic Rim
-	ISO 8859-14  Celtic
-	ISO 8859-15  Western European
-	ISO 8859-16  South-Eastern European
-
-
-Available glyphs
-
-	 !"#$%&'()*+,-./0123456789:;<=>?
-	@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_
-	`abcdefghijklmnopqrstuvwxyz{|}~
-
-	 ¡¢£¤¥¦§¨©ª«¬ ®¯°±²³´µ¶·¸¹º»¼½¾¿
-	ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞß
-	àáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ
-	ĀāĂ㥹ĆćĈĉĊċČčĎďĐđĒēĔĕĖėĘęĚěĜĝĞğ
-	ĠġĢģĤĥĦħĨĩĪīĬĭĮįİıIJijĴĵĶķĸĹĺĻļĽľ
-	ĿŀŁłŃńŅņŇňŊŋŌōŎŏŐőŒœŔŕŖŗŘřŚśŜŝŞş
-	ŠšŢţŤťŦŧŨũŪūŬŭŮůŰűŲųŴŵŶŷŸŹźŻżŽž
-	ƒǺǻǼǽǾǿȘșȚțȷ
-
-	ˆˇˉ˘˙˚˛˜˝
-
-	ͺ;΄΅Ά·ΈΉΊΌΎΏΐ
-	ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩΪΫάέήίΰ
-	αβγδεζηθικλμνξοπρςστυφχψωϊϋόύώ
-
-	ЀЁЂЃЄЅІЇЈЉЊЋЌЍЎЏАБВГДЕЖЗИЙКЛМНОП
-	РСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп
-	рстуфхцчшщъыьэюяѐёђѓєѕіїјљњћќѝўџ
-	ѢѣѲѳѴѵҐґҒғҔҕҖҗҘҙҚқҜҝҞҟҠҡҢңҤҥҦҧҨҩ
-	ҪҫҬҭҮүҰұҲҳҴҵҶҷҸҹҺһҼҽӀӁӂӇӈӋӌӏӐӑӒӓ
-	ӔӕӖӗӘәӜӝӞӟӠӡӢӣӤӥӦӧӨөӮӯӰӱӲӳӴӵӶӷӸӹ
-	Ԥԥ
-
-	ḂḃḊḋḞḟṀṁṖṗṠṡṪṫẀẁẂẃẄẅẞỲỳ
-
-	     ‒–—―‘’‚‛“”„‟†‡•…‰′″‹›‽‾⁄
-	⁰⁴⁵⁶⁷⁸⁹⁺⁻⁼⁽⁾ⁿ₀₁₂₃₄₅₆₇₈₉₊₋₌₍₎
-	₤₦₩₫€₯₱₹₺₽₿
-	℅ℓ№℗™Ω℮
-	⅛⅜⅝⅞
-	←↑→↓
-	∂∆∏∑−∕∙√∞∟∫≈≠≤≥
-	⌖
-	■▬▮▰▲▶▼◀◆◊●◢◣◤◥
-	☄★☠☢☣⚙⚛⚠⚡⛔
-	❇❈❌❤❰❱❲❳
-	fffiflffiffl
-	🌌🌍🌎🌏👽💣🔥🔫
-	😁😃😄😆😇😈😉😊😎😐😒😕😘
-	😛😝😞😟😠😣😭😮😲😴😵
-	🚀
-
-
-Debugging glyphs
-
-	  U+EFFD  Font version
-	  U+F000  Font hinting indicator
-
-
-Changelog
-
-	Xolonium 4.1  2016-11-22  Severin Meyer  <sev.ch@web.de>
-		Reverted frac OpenType feature to a more stable implementation
-
-	Xolonium 4.0  2016-10-08  Severin Meyer  <sev.ch@web.de>
-		Decreased width of most glyphs
-		Thinner vertical stems in Xolonium-Regular
-		Thicker horizontal stems in Xolonium-Bold
-		Revised diagonal stems
-		Lowered middle bars
-		Revised diacritical bars
-		Added glyphs:
-			ӏẞ₿
-			U+2007 U+2008 U+2009 U+200A U+202F
-			U+EFFD U+F000
-		Revised glyphs:
-			$&,JKQRXkwxy~¢¤ßǻ˜ζκλμξφЖУжћѴѵ∕₱₺₦₩€ℓ№≈ffffiffl
-			❤🌍🌎🌏😁😄😇😈😉😊😘😭😮😴🚀
-		Removed uncommon glyphs:
-			ʼnſʼҌҍҎҏҾҿӃӄӇӈӚӛӪӫӬӭ
-			U+0312 U+0313 U+0326
-		Simplified OpenType features pnum, zero, and case
-		Removed OpenType feature dlig
-		Revised vertical metrics
-		Merged outlines of composite glyphs in otf version
-		Added ttf version with custom outlines and instructions
-		Added woff and woff2 version
-
-	Xolonium 3.1  2015-06-10  Severin Meyer  <sev.ch@web.de>
-		Added currency glyphs:
-			₦₩₫₱₹₺₽
-		Revised glyph:
-			₯
-		Relicensed public release under the SIL Open Font License 1.1
-
-	Xolonium 3.0  2015-05-04  Severin Meyer  <sev.ch@web.de>
-		Decreased width of glyphs
-		Decreased descender height
-		Increased height of super/subscript glyphs
-		Revised width of dashes, underscore, and overscore
-		Sharper bends with more circular proportions
-		Decreased stroke thickness of mathematical glyphs
-		Revised diacritical marks
-		Revised diacritical bars
-		Revised Cyrillic hooks
-		Revised glyphs:
-			GQRYjmuwßŊŒſƒǻfffiffiffl
-			ΞΨΩδζιξπςστυφω
-			ЉЄДЛУЭЯбдлэяєљђєћѢѣҨҩҼҽӃӄӘә
-			#$&'()*,/69?@[]{}~¡£¤¥§©®¿
-			‹›₤€₯ℓ№℗℮←↑→↓∂∏∑∞≈▰☄❈❰❱❲❳😝
-		Raised vertical position of mathematical glyphs
-		Unified advance width of numeral and monetary glyphs
-		Unified advance width of mathematical glyphs
-		Revised bearings
-		Rewrote kern feature
-		Bolder Xolonium-Bold with improved proportions
-		Updated glyph names to conform to the AGLFN 1.7
-		Revised hints and PS Private Dictionary
-		Added glyphs:
-			ӶӷԤԥ
-		Added OpenType features:
-			case frac liga locl pnum sinf subs sups zero
-
-	Xolonium 2.4  2014-12-23  Severin Meyer  <sev.ch@web.de>
-		Added dingbats:
-			⛔💣🔥
-		Revised size and design of emoticons
-		Revised dingbats:
-			⌖☄☠☣⚙⚛⚠⚡❇❈🌌🌍🌎🌏🔫
-		Removed dingbat:
-			💥
-
-	Xolonium 2.3  2014-08-14  Severin Meyer  <sev.ch@web.de>
-		Bugfixed ε and έ, thanks to bowzee for the feedback
-
-	Xolonium 2.2  2014-03-01  Severin Meyer  <sev.ch@web.de>
-		Added dingbats:
-			⌖◆●❌💥
-		Revised dingbats:
-			•←↑→↓◊☄★☠☣⚙⚛⚠⚡❇❈❤🌌🌍🌎🌏👽🔫🚀
-		Removed dingbats:
-			♻✪💡📡🔋🔧🔭
-
-	Xolonium 2.1  2013-10-20  Severin Meyer  <sev.ch@web.de>
-		Added dingbats:
-			←↑→↓❰❱❲❳■▬▮▰▲▶▼◀◢◣◤◥
-			☄★☠☢☣♻⚙⚛⚠⚡✪❇❈❤
-			🌌🌍🌎🌏👽💡📡🔋🔧🔫🔭🚀
-			😁😃😄😆😇😈😉😊😎😐😒😕
-			😘😛😝😞😟😠😣😭😮😲😴😵
-
-	Xolonium 2.0.1  2013-07-12  Severin Meyer  <sev.ch@web.de>
-		Reorganised and simplified files
-
-	Xolonium 2.0  2012-08-11  Severin Meyer  <sev.ch@web.de>
-		Revised bends
-		Revised thickness of uppercase diagonal stems
-		Revised diacritical marks
-		Revised hints and PS Private Dictionary
-		Revised glyphs:
-			*1469@DPRly{}§©®¶ÐÞƒΘΞαεζνξνυЄЉЊ
-			ЏБЗЛУЧЪЫЬЭЯбзлчъыьэяєљњџ•€∂∙√∞∫≠
-		Completed glyph sets:
-			Adobe Latin 3
-			OpenType World Glyph Set 1 (W1G)
-			Ghostscript Standard (ghostscript-fonts-std-8.11)
-		Added OpenType kern feature
-		Added Xolonium-Bold
-
-	Xolonium 1.2  2011-02-12  Severin Meyer  <sev.ch@web.de>
-		Revised glyphs:
-			D·Ðı
-		Completed glyph sets:
-			ISO 8859-7 (Greek)
-			Unicode Latin Extended-A block
-		Added glyphs:
-			†‡•…‰⁄™∂∑−√∞≠≤≥
-
-	Xolonium 1.1  2011-01-17  Severin Meyer  <sev.ch@web.de>
-		Revised placement of cedilla and ogonek in accented glyphs
-		Revised glyphs:
-			,;DKTjkvwxy¥§Ð˛€
-		Completed glyph sets:
-			ISO 8859-2  (Central European)
-			ISO 8859-3  (South European, Esperanto)
-			ISO 8859-4  (North European)
-			ISO 8859-5  (Cyrillic)
-			ISO 8859-9  (Turkish)
-			ISO 8859-10 (Nordic)
-			ISO 8859-13 (Baltic Rim)
-			ISO 8859-14 (Celtic)
-			ISO 8859-16 (South-Eastern European)
-		Added glyphs:
-			ȷʼ̒ ЀЍѐѝ‒–—‘’‚‛“”„‟‹›
-
-	Xolonium 1.0  2011-01-04  Severin Meyer  <sev.ch@web.de>
-		Completed glyph sets:
-			ISO 8859-1  (Western European)
-			ISO 8859-15 (Western European)
-		Added glyphs:
-			ĄĆĘŁŃŚŹŻąćęłńśźżıˆˇ˙˚˛˜

+ 0 - 94
godot/dodge_assets/fonts/LICENSE.txt

@@ -1,94 +0,0 @@
-Copyright 2011-2016 Severin Meyer <sev.ch@web.de>,
-with Reserved Font Name Xolonium.
-
-This Font Software is licensed under the SIL Open Font License,
-Version 1.1. This license is copied below, and is also available
-with a FAQ at <http://scripts.sil.org/OFL>
-
-
------------------------------------------------------------
-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
------------------------------------------------------------
-
-PREAMBLE
-The goals of the Open Font License (OFL) are to stimulate worldwide
-development of collaborative font projects, to support the font creation
-efforts of academic and linguistic communities, and to provide a free and
-open framework in which fonts may be shared and improved in partnership
-with others.
-
-The OFL allows the licensed fonts to be used, studied, modified and
-redistributed freely as long as they are not sold by themselves. The
-fonts, including any derivative works, can be bundled, embedded,
-redistributed and/or sold with any software provided that any reserved
-names are not used by derivative works. The fonts and derivatives,
-however, cannot be released under any other type of license. The
-requirement for fonts to remain under this license does not apply
-to any document created using the fonts or their derivatives.
-
-DEFINITIONS
-"Font Software" refers to the set of files released by the Copyright
-Holder(s) under this license and clearly marked as such. This may
-include source files, build scripts and documentation.
-
-"Reserved Font Name" refers to any names specified as such after the
-copyright statement(s).
-
-"Original Version" refers to the collection of Font Software components as
-distributed by the Copyright Holder(s).
-
-"Modified Version" refers to any derivative made by adding to, deleting,
-or substituting -- in part or in whole -- any of the components of the
-Original Version, by changing formats or by porting the Font Software to a
-new environment.
-
-"Author" refers to any designer, engineer, programmer, technical
-writer or other person who contributed to the Font Software.
-
-PERMISSION & CONDITIONS
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of the Font Software, to use, study, copy, merge, embed, modify,
-redistribute, and sell modified and unmodified copies of the Font
-Software, subject to the following conditions:
-
-1) Neither the Font Software nor any of its individual components,
-in Original or Modified Versions, may be sold by itself.
-
-2) Original or Modified Versions of the Font Software may be bundled,
-redistributed and/or sold with any software, provided that each copy
-contains the above copyright notice and this license. These can be
-included either as stand-alone text files, human-readable headers or
-in the appropriate machine-readable metadata fields within text or
-binary files as long as those fields can be easily viewed by the user.
-
-3) No Modified Version of the Font Software may use the Reserved Font
-Name(s) unless explicit written permission is granted by the corresponding
-Copyright Holder. This restriction only applies to the primary font name as
-presented to the users.
-
-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
-Software shall not be used to promote, endorse or advertise any
-Modified Version, except to acknowledge the contribution(s) of the
-Copyright Holder(s) and the Author(s) or with their explicit written
-permission.
-
-5) The Font Software, modified or unmodified, in part or in whole,
-must be distributed entirely under this license, and must not be
-distributed under any other license. The requirement for fonts to
-remain under this license does not apply to any document created
-using the Font Software.
-
-TERMINATION
-This license becomes null and void if any of the above conditions are
-not met.
-
-DISCLAIMER
-THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
-OTHER DEALINGS IN THE FONT SOFTWARE.

godot/dodge_assets/art/gameover.wav → godot/effect/loose/gameover.wav


+ 3 - 3
godot/dodge_assets/art/gameover.wav.import

@@ -2,12 +2,12 @@
 
 importer="wav"
 type="AudioStreamSample"
-path="res://.import/gameover.wav-f17e431e43fed25e461f245e51aef463.sample"
+path="res://.import/gameover.wav-ec2c9d88d79730610fb3cce8376f8e8e.sample"
 
 [deps]
 
-source_file="res://dodge_assets/art/gameover.wav"
-dest_files=[ "res://.import/gameover.wav-f17e431e43fed25e461f245e51aef463.sample" ]
+source_file="res://effect/loose/gameover.wav"
+dest_files=[ "res://.import/gameover.wav-ec2c9d88d79730610fb3cce8376f8e8e.sample" ]
 
 [params]
 

+ 2 - 2
godot/project.godot

@@ -12,7 +12,7 @@ _global_script_classes=[ {
 "base": "RigidBody2D",
 "class": "Enemy",
 "language": "GDScript",
-"path": "res://Enemy.gd"
+"path": "res://component/entity/enemy/Enemy.gd"
 } ]
 _global_script_class_icons={
 "Enemy": ""
@@ -21,7 +21,7 @@ _global_script_class_icons={
 [application]
 
 config/name="DodgyFox"
-run/main_scene="res://Main.tscn"
+run/main_scene="res://run/Main.tscn"
 config/icon="res://icon.png"
 
 [display]

godot/dodge_assets/art/House In a Forest Loop.ogg → godot/run/HouseInAForestLoop.ogg


+ 15 - 0
godot/run/HouseInAForestLoop.ogg.import

@@ -0,0 +1,15 @@
+[remap]
+
+importer="ogg_vorbis"
+type="AudioStreamOGGVorbis"
+path="res://.import/HouseInAForestLoop.ogg-3a3eff2f1e750aea323c1494dc0dba6e.oggstr"
+
+[deps]
+
+source_file="res://run/HouseInAForestLoop.ogg"
+dest_files=[ "res://.import/HouseInAForestLoop.ogg-3a3eff2f1e750aea323c1494dc0dba6e.oggstr" ]
+
+[params]
+
+loop=true
+loop_offset=0

godot/Main.gd → godot/run/Main.gd


+ 13 - 13
godot/Main.tscn

@@ -1,12 +1,12 @@
 [gd_scene load_steps=9 format=2]
 
-[ext_resource path="res://Background.tscn" type="PackedScene" id=1]
-[ext_resource path="res://Main.gd" type="Script" id=2]
-[ext_resource path="res://Enemy.tscn" type="PackedScene" id=3]
-[ext_resource path="res://Player.tscn" type="PackedScene" id=4]
-[ext_resource path="res://HUD.tscn" type="PackedScene" id=5]
-[ext_resource path="res://dodge_assets/art/House In a Forest Loop.ogg" type="AudioStream" id=6]
-[ext_resource path="res://dodge_assets/art/gameover.wav" type="AudioStream" id=7]
+[ext_resource path="res://component/ui/hud/HUD.tscn" type="PackedScene" id=1]
+[ext_resource path="res://run/HouseInAForestLoop.ogg" type="AudioStream" id=2]
+[ext_resource path="res://component/ui/background/Background.tscn" type="PackedScene" id=3]
+[ext_resource path="res://component/entity/player/Player.tscn" type="PackedScene" id=4]
+[ext_resource path="res://component/entity/enemy/Enemy.tscn" type="PackedScene" id=5]
+[ext_resource path="res://effect/loose/gameover.wav" type="AudioStream" id=6]
+[ext_resource path="res://run/Main.gd" type="Script" id=7]
 
 [sub_resource type="Curve2D" id=1]
 _data = {
@@ -15,15 +15,15 @@ _data = {
 
 [node name="Root" type="Node"]
 
-[node name="Background" parent="." instance=ExtResource( 1 )]
+[node name="Background" parent="." instance=ExtResource( 3 )]
 rect_min_size = Vector2( 100, 100 )
 
 [node name="Main" type="Node2D" parent="."]
-script = ExtResource( 2 )
+script = ExtResource( 7 )
 __meta__ = {
 "_edit_group_": true
 }
-Mob = ExtResource( 3 )
+Mob = ExtResource( 5 )
 
 [node name="MobTimer" type="Timer" parent="Main"]
 wait_time = 0.53
@@ -47,13 +47,13 @@ rotation = -6.07153e-08
 [node name="Player" parent="Main" instance=ExtResource( 4 )]
 position = Vector2( 245.983, 380.055 )
 
-[node name="HUD" parent="Main" instance=ExtResource( 5 )]
+[node name="HUD" parent="Main" instance=ExtResource( 1 )]
 
 [node name="Music" type="AudioStreamPlayer" parent="Main"]
-stream = ExtResource( 6 )
+stream = ExtResource( 2 )
 
 [node name="DeathSound" type="AudioStreamPlayer" parent="Main"]
-stream = ExtResource( 7 )
+stream = ExtResource( 6 )
 [connection signal="timeout" from="Main/MobTimer" to="Main" method="_on_MobTimer_timeout"]
 [connection signal="timeout" from="Main/ScoreTimer" to="Main" method="_on_ScoreTimer_timeout"]
 [connection signal="timeout" from="Main/StartTimer" to="Main/Player" method="spawn"]