From 57d753a702f10ac0b1b86f39fb6c88969eb663b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Mart=C3=ADn?= Date: Fri, 31 May 2013 17:22:20 +0200 Subject: [PATCH] Added UI for camera position --- minecraftcodex/studio/static/sass/_fixes.sass | 3 ++ .../studio/templates/studio/main.html | 36 +++++++++++++++++-- 2 files changed, 37 insertions(+), 2 deletions(-) diff --git a/minecraftcodex/studio/static/sass/_fixes.sass b/minecraftcodex/studio/static/sass/_fixes.sass index b04dba4..0cc4e8f 100644 --- a/minecraftcodex/studio/static/sass/_fixes.sass +++ b/minecraftcodex/studio/static/sass/_fixes.sass @@ -17,3 +17,6 @@ .texture-search margin-top: -7px !important + +.label + margin-top: -1px diff --git a/minecraftcodex/studio/templates/studio/main.html b/minecraftcodex/studio/templates/studio/main.html index 78ce433..69aa792 100644 --- a/minecraftcodex/studio/templates/studio/main.html +++ b/minecraftcodex/studio/templates/studio/main.html @@ -91,7 +91,7 @@

Textures

- {#{% for item in textures %} + {% for item in textures %}
@@ -99,7 +99,7 @@
- {% endfor %}#} + {% endfor %}
Mouseover a texture
@@ -134,6 +134,38 @@ +
+ Position +
+
+
+ +
+ + X + +
+
+
+ +
+ + Y + +
+
+
+ +
+ + Z + +
+
+