future 1 anno fa
parent
commit
1ad1a705e5

+ 0 - 1
assets/script/edit/animation/new_frame.ts

@@ -128,7 +128,6 @@ export class new_frame extends Component {
     }
 
     public show(up_frame:ani_frame=null){
-        console.log("show show show show show")
         this.edit_status = false;
         this.m_up_frame = up_frame;
         this.node.active = true;

+ 1 - 1
assets/script/edit/task/scene_task.ts

@@ -284,7 +284,7 @@ export class scene_task extends Component {
                 let c_row = Math.round(c_index / 2)
                 let c_spacing_y = c_row * 50
                 let c_item_height = (c_row - 1) * 300
-                let c_offset_y = c_spacing_y + c_item_height + 1100
+                let c_offset_y = c_spacing_y + c_item_height + 900
                 this.node.getComponent(ScrollView).scrollToOffset(new Vec2(0, c_offset_y))
                 this.search_node.getComponent(Search).showTip(element.event_id.toString())
                 break