Skip to content
Snippets Groups Projects
Commit 8564797b authored by Neil Gershenfeld's avatar Neil Gershenfeld
Browse files

Epilog defaults

parent 225dc46b
Branches
No related tags found
No related merge requests found
...@@ -28,8 +28,9 @@ var init = function() { ...@@ -28,8 +28,9 @@ var init = function() {
mod.power.value = 25 mod.power.value = 25
mod.speed.value = 75 mod.speed.value = 75
mod.rate.value = 100 mod.rate.value = 100
mod.xpos.value = 0 mod.xpos.value = 10
mod.ypos.value = 0 mod.ypos.value = 10
mod.topleft.checked = true
} }
// //
// inputs // inputs
...@@ -129,7 +130,6 @@ var interface = function(div){ ...@@ -129,7 +130,6 @@ var interface = function(div){
input.type = 'radio' input.type = 'radio'
input.name = mod.div.id+'origin' input.name = mod.div.id+'origin'
input.id = mod.div.id+'botleft' input.id = mod.div.id+'botleft'
input.checked = true
div.appendChild(input) div.appendChild(input)
mod.botleft = input mod.botleft = input
div.appendChild(document.createTextNode(' left bottom right ')) div.appendChild(document.createTextNode(' left bottom right '))
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment