Browse Source

Removed old files

Ivan Safrin 13 năm trước cách đây
mục cha
commit
ef2ecdb012

BIN
IDE/Contents/Resources/Fonts/DejaVuSans.ttf


BIN
IDE/Contents/Resources/Fonts/DejaVuSansCondensed.ttf


BIN
IDE/Contents/Resources/Fonts/DejaVuSansMono.ttf


BIN
IDE/Contents/Resources/Fonts/Inconsolata.otf


BIN
IDE/Contents/Resources/Fonts/LeagueGothic-CondensedRegular.otf


BIN
IDE/Contents/Resources/Fonts/LeagueGothic-Regular.otf


BIN
IDE/Contents/Resources/ProjectTemplates/Basic/2D Project/Resources/Substance.png


BIN
IDE/Contents/Resources/ProjectTemplates/Basic/2D Project/Resources/deutsche.ttf


+ 0 - 17
IDE/Contents/Resources/ProjectTemplates/Basic/2D Project/Source/Main.lua

@@ -1,17 +0,0 @@
--- Generated from the basic screen template
-
-screen = Screen()
-
-font = Font("Resources/deutsche.ttf")
-
-image = ScreenImage("Resources/Substance.png")
-image.xscale = 0.5
-image.yscale = 0.5
-image.x = (640-(image.width*0.5))/2
-image.y = (380-(image.height*0.5))/2
-screen:addChild(image)
-
-label = ScreenLabel(font, "Hello World!", 72, 0)
-label.x = (640-label.width)/2
-label.y = (750-label.height)/2
-screen:addChild(label)

+ 0 - 0
IDE/Contents/Resources/ProjectTemplates/Basic/Empty Project/Source/Main.lua


+ 0 - 10
IDE/Contents/Resources/ProjectTemplates/Games/Asteroids/.substance

@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<substanceRuntime>
-	<entryPoint>/Source/Classes.lua</entryPoint>
-	<backgroundColor red="0" green="0" blue="0"></backgroundColor>
-	<defaultWidth>640</defaultWidth>
-	<defaultHeight>480</defaultHeight>
-	<frameRate>60</frameRate>
-	<antiAliasingLevel>0</antiAliasingLevel>
-	<fullScreen>false</fullScreen>
-</substanceRuntime>

BIN
IDE/Contents/Resources/ProjectTemplates/Games/Asteroids/Resources/Substance.png


BIN
IDE/Contents/Resources/ProjectTemplates/Games/Asteroids/Resources/deutsche.ttf


+ 0 - 17
IDE/Contents/Resources/ProjectTemplates/Games/Asteroids/Source/Main.lua

@@ -1,17 +0,0 @@
--- Generated from the basic screen template
-
-screen = Screen()
-
-font = Font("Resources/deutsche.ttf")
-
-image = ScreenImage("Resources/Substance.png")
-image.xscale = 0.5
-image.yscale = 0.5
-image.x = (640-(image.width*0.5))/2
-image.y = (380-(image.height*0.5))/2
-screen:addChild(image)
-
-label = ScreenLabel(font, "Hello World!", 72, 0)
-label.x = (640-label.width)/2
-label.y = (750-label.height)/2
-screen:addChild(label)

+ 0 - 17
IDE/Contents/Resources/ProjectTemplates/Games/Asteroids/template.sproj

@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<TauProject>
-	<entryPoint>/Source/Main.lua</entryPoint>
-	<backgroundColor red="0" green="0" blue="0"></backgroundColor>
-	<defaultWidth>640</defaultWidth>
-	<defaultHeight>480</defaultHeight>
-	<frameRate>60</frameRate>
-	<antiAliasingLevel>0</antiAliasingLevel>
-	<fullScreen>false</fullScreen>
-	<openDocuments>
-		<openDocument>Source/Main.lua</openDocument>
-	</openDocuments>
-	<expandedTreeItems>
-		<expandedTreeItem></expandedTreeItem>
-		<expandedTreeItem>Source</expandedTreeItem>
-	</expandedTreeItems>
-</TauProject>