Skip to content
Snippets Groups Projects
Commit 5362b5a8 authored by Nils G.'s avatar Nils G.
Browse files

Fixed renderer css url

parent 601433fd
No related branches found
No related tags found
No related merge requests found
#game_content {
color: white;
color: black;
}
{{extend 'game/index.html'}}
{{block game_css}}
<link rel="stylesheet" type="text/css" href="{{=URL('static/css/renderer', 'debug.css')}}">
<link rel="stylesheet" type="text/css" href="{{=URL('static/renderer', 'debug.css')}}">
{{end game_css}}
{{block game_js}}
{{include 'include/header_debug.html'}}
<script src="{{=URL('static','renderer/debug.js')}}" type="text/javascript"></script>
<script src="{{=URL('static/renderer','debug.js')}}" type="text/javascript"></script>
{{end game_js}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment